﻿@charset "utf-8";


body,
div,
span,
h1,
h2,
h3,
h4,
h5,
h6,
p,
em,
img,
strong,
b,
small,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
sub,
sup,
tt,
var,
del,
dfn,
ins,
kbd,
q,
s,
samp,
strike,
applet,
object,
iframe,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
mark,
audio,
video,
input,
textarea,
select {
	margin: 0;
	padding: 0;
}

ol,
ul {
	list-style: none;
}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	outline: 0;
}



a {
	text-decoration: none;
	outline: none;
	color: #666;
}

img {
	border: 0;
	width: 100%;
	vertical-align: bottom;
}

a:focus {
	outline: none;
}

html {
	overflow-x: hidden;
	-webkit-text-size-adjust: none;
}

body {
	-webkit-font-smoothing: antialiased;
	font-family: Cairo, Cairo;
	background: #fff;
	font-size: 16px;
	color: #666;
	min-width: 1280px;
	margin-left: auto;
	margin-right: auto;
	overflow-x: hidden;
}


::-webkit-scrollbar {
	width: 8px;
	height: 10px;
}

::-webkit-scrollbar-thumb {
	background: #555;
}

::-webkit-scrollbar-track {
	/*滚动条里面轨道*/
	background: #ddd;
}


table {
	border-collapse: collapse;
	width: 100%;
}

input[type='reset'],
input[type='button'],
input[type='submit'],
input[type='radio'],
input[type='submit'] {
	cursor: pointer;
	border: 0;
	outline: none;
	-webkit-appearance: none;
}

textarea,
input[type='email'],
input[type='date'],
input[type='password'],
input[type='text'] {
	padding: 0px;
	color: #666;
	font-size: 12px;
	outline: none;
	-webkit-appearance: none;
}

img,
a,
div,
b,
em,
i,
li,
p,
h3,
span,
h1,
h2,
h4,
h5,
h6 {
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

@font-face {
	font-family: 'gothambold';
	src: url(font/gothambold.eot);
	/* IE9*/
	src: url(font/gothambold-1.eot) format('embedded-opentype'),
		/* IE6-IE8 */
		url(font/gothambold.woff) format('woff'),
		/* chrome、firefox */
		url(font/gothambold.bin) format('truetype'),
		/* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
		url(font/gothambold.svg) format('svg');
	/* iOS 4.1- */
}

@font-face {
	font-family: 'Cairo';
	src: url(font/Cairo);
	/* IE9*/
	src: url(font/Cairo) format('embedded-opentype'),
		/* IE6-IE8 */
		url(font/Cairo.woff) format('woff'),
		/* chrome、firefox */
		url(font/Cairo.bin) format('truetype'),
		/* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
		url(font/Cairo.svg#Cairo) format('svg');
	/* iOS 4.1- */
}

@font-face {
	font-family: 'Cairo';
	src: url(font/Cairo.eot);
	/* IE9*/
	src: url(font/Cairo-1.eot) format('embedded-opentype'),
		/* IE6-IE8 */
		url(font/Cairo.woff) format('woff'),
		/* chrome、firefox */
		url(font/Cairo.bin) format('truetype'),
		/* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
		url(font/Cairo.svg) format('svg');
	/* iOS 4.1- */
}


.gray_bg {
	background-color: #f8f8f8;
}

.white_bg {
	background-color: #fff;
}

.white {
	color: #fff;
}

.black {
	color: #000;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.clearfix {
	clear: both;
}

.clearfix:after {
	clear: both;
	height: 0;
	content: "";
	line-height: 0;
	font-size: 0;
	display: block;
}

.text-center {
	text-align: center;
}

.radius {
	border-radius: 15px;
	overflow: hidden;
}

.rel {
	position: relative;
}

.overflow-text {
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.theme-container {
	width: 83.3%;
	margin: 0 auto;
	min-width: 1200px;
	max-width: 1600px;
}





.theme-banner {
	background: url(load.gif) center no-repeat;
}

.theme-banner {
	display: block;
	width: 100%;
	height: 48.48vw;
	min-height: 610px;
}

.theme-banner .swiper-slide a {
	display: block;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

/* .theme-banner .swiper-slide.swiper-slide-active a {
    transform: scale(1.05);
    transition: -webkit-transform 8s linear;
    -webkit-transform: scale(1.05);
    -webkit-transition: -webkit-transform 5s linear;
} */
.theme-banner .swiper-pagination {
	position: absolute;
	bottom: 3%;
	left: 50%;
	width: fit-content;
	height: fit-content;
	transform: translatex(-50%);
}

.theme-banner .swiper-pagination div {
	position: relative;
	width: 35px;
	height: 35px;
	margin: 8px 0;
	font-size: 18px;
	line-height: 35px;
	color: #fff;
	background: none;
	font-family: 'gothambold';
}

.theme-banner .swiper-pagination .swiper-pagination-bullet {
	width: 57px;
	height: 4px;
	background-color: rgba(0, 0, 0, .4);
	border-radius: unset;


}

.theme-banner .swiper-pagination .swiper-pagination-bullet-active {
	background-color: #d8b865;

}

.theme-banner .swiper-pagination div::after {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 7px;
	height: 7px;
	background-color: #fff;
	border-radius: 50%;
}

.theme-banner .swiper-pagination div.swiper-pagination-bullet {
	opacity: 1;
}

.theme-banner .swiper-pagination div.swiper-pagination-bullet b {
	opacity: 0;
}

.theme-banner .swiper-pagination div.swiper-pagination-bullet::after {
	opacity: .4;
}

.theme-banner .swiper-pagination div.swiper-pagination-bullet-active b {
	opacity: 1;
	border: 1px solid #fff;
	border-radius: 50%;
	font-size: 12px;
	padding: 8px;
}

.theme-banner .swiper-pagination div.swiper-pagination-bullet-active::after {
	opacity: 0;
}







.header-box {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 999;
	min-width: 1280px;
	width: 100%;
	transition: none;
}

.header-box.active {
	position: fixed;
	top: 0;
	transform: translateY(-101%);
}

.header-box.active.slideDown,
.header-box.active.slideUp {
	transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.header-box.active.slidedowm {
	transform: translateY(0);
}


.header-bg {
	background-color: #4a1401;
	box-shadow: 0 0 35px 0 rgba(0, 0, 0, .35);
}

.header-box .theme-container {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.logo {
	display: block;
	width: 150px;
	height: 45px;
	background: url(logo.png)  no-repeat;
	transition: all 0.5s;
	background-size: 100% 100%;
}

/* الحاوية التي تحتوي الشعار والقائمة */
.header {
    display: flex;
    align-items: center;
    justify-content: space-between; /* أو استخدم space-around حسب حاجتك */
    height: 80px;
    padding: 0 20px;
}

.header-color .logo {
	background-image: url(logo03.png);
}

.header-bg .logo {
	background-image: url(logo02.png);
}



.head-right {
	display: flex;
	justify-content: space-between;
}

nav ul {
	display: flex;
}

nav ul li {
	margin: 0 15px;
}

nav>ul>li>a {
	position: relative;
	display: block;
	font-size: 1rem;
	color: #fff;
	line-height: 90px;
	text-transform: uppercase;
	transition: all 0.4s;
}

nav>ul>li>a::after {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	margin: 0 auto;
	width: 0;
	height: 2px;
	background-color: #fff;
	-webkit-transition: all .3s;
	transition: all .3s;
	opacity: 0;
}

.header-color nav>ul>li>a {
	color: #000;
}

.header-color nav>ul>li>a::after {
	color: #000;
	background-color: #000;
}

.header-bg nav>ul>li>a::after {
	background-color: #d8b865;
}

nav>ul>li>a:hover::after,
nav>ul>li>a.active::after {
	width: 100%;
	opacity: 1;
}

.header-bg nav>ul>li>a {
	color: #d8b865;
}


.head-search {
	position: relative;
	width: 50px;
	height: 90px;
	margin-left: 0px;
}

.head-search i {
	display: block;
	height: 100%;
	width: 50px;
	background-repeat: no-repeat;
	background-position: center;
	cursor: pointer;
	background-size: 25px;
	background-image: url(search_icon.png);
}

.head-search form {
	display: flex;
	position: absolute;
	right: 0;
	top: 90px;
	padding: 0 20px;
	height: 0;
	overflow: hidden;
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=50);
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr=#7f003065, endColorstr=#7f003065);
	background: rgba(0, 0, 0, .5);
}

.head-search input[type="text"] {
	width: 150px;
	line-height: 30px;
	height: 30px;
	overflow: hidden;
	border: 1px solid #eee;
	color: #999;
	padding: 0 10px;
	text-align: left;
}

.head-search input[type="submit"] {
	width: 50px;
	height: 30px;
	background-image: url(search_icon.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 60%;
	cursor: pointer;
	background-color: #4a1401;
}

.head-search:hover form {
	height: 60px;
	padding: 15px 20px;
}

.header-color .head-search i {
	background-image: url(search_icon03.png);
}

.header-bg .head-search i {
	background-image: url(search.png);
}




.header-color .head-language i,
.header-bg .head-language i {
	background-image: url(language_icons.png);
}

.header-color .head-language,
.header-bg .head-language {
	color: #333;
}

/*首页搜索*/
.i_search {
	position: fixed;
	z-index: 100;
	top: 0;
	left: 0;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	visibility: hidden;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 100%;
	height: 100%;
	transition: .5s;
	text-align: center;
	pointer-events: none;
	opacity: 0;
	background: rgba(255, 255, 255, 1);
	z-index: 99999;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.i_search em {
	position: absolute;
	top: 0;
	left: 0;
	box-sizing: border-box;
	width: 100%;
	height: 100%;
	display: block;
	transition: .5s;
	opacity: 0;
	border: 0 solid #000;
}

.i_search .search_page {
	margin: 5em 0;
	transition: opacity .5s, -webkit-transform .5s;
	transition: opacity .5s, transform .5s;
	transition: opacity .5s, transform .5s, -webkit-transform .5s;
	-webkit-transform: scale3d(.8, .8, 1);
	transform: scale3d(.8, .8, 1);
	opacity: 0;
	width: 100%;
}

.i_search .search_page form {
	display: block;
	padding: 0 15px;
	width: 60%;
	z-index: 1;
	margin: 0 auto;
	overflow: hidden;
	box-sizing: border-box;
	border-bottom: 1px solid #eee;
}

.i_search .search_page input {
	display: block;
	float: left;
	font-size: 20px;
}

.i_search .search_page input[type="text"] {
	width: 90%;
	border: 0;
	text-align: left;
	line-height: 40px;
	background: none;
	height: 40px;
	color: #333;
	-webkit-appearance: none;
}

.i_search .search_page input[type="submit"] {
	width: 10%;
	border: 0;
	text-align: center;
	line-height: 35px;
	height: 35px;
	background: url(search.png) no-repeat right;
}

.i_search.open {
	visibility: visible;
	pointer-events: auto;
	opacity: 1;
}

.i_search.open em {
	visibility: visible;
	opacity: 1;
	border-width: 10px;
}

.i_search.open .search_page {
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
	opacity: 1;
}

.i_search.open .search_page::before {
	content: "Search";
	font-size: 48px;
	color: #000;
	font-weight: bold;
	position: absolute;
	top: -100px;
	left: 50%;
	transform: translateX(-104px);
}

.header-sprache {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-left: 15px;
	position: relative;
}

.header-sprache>a {
	display: block;
	font-size: 12px;
	color: #fff;
	border: 1px solid rgba(255, 255, 255, .3);
	border-radius: 50px;
	padding: 8px 18px;
}

.header-sprache>a i {
	margin-right: 10px;
	border-right: 1px solid rgba(255, 255, 255, .3);
	padding-right: 10px;
}

.header-sprache>a img {
	width: 18px;
	vertical-align: baseline;
}


.header-sprache .nav-item {
	width: auto;
	top: 64px;
	background: rgba(27, 27, 27, .9);
	padding: 24px 20px;
	border-radius: 8px;
	box-shadow: 0px 4px 9px 0px #1f354e33;
	left: 50%;
	position: absolute;
	white-space: nowrap;
	visibility: hidden;
	opacity: 0;
	transform: translate(-50%, -20px);
	transition: all .4s;
}

.header-sprache .nav-item a {
	line-height: 40px;
	color: #fff;
	font-size: 14px;
	display: flex;
	align-items: center;
	border-radius: 10px;
	overflow: hidden;
	padding: 0 12px;
}

.header-sprache .nav-item a:hover {
	background: #333;
	border-radius: 10px;
}

.header-sprache .nav-item i {
	margin-right: 10px;
}

.header-sprache .nav-item img {
	width: 20px;
	vertical-align: baseline;
}

.header-sprache:hover .nav-item {
	opacity: 1;
	visibility: visible;
	transform: translate(-50%, 0);
}


.header-box.active .header-sprache>a {
	border: 1px solid rgba(0, 0, 0, .3);
	color: #333;
}

.header-box.active .header-sprache>a i {
	border-right: 1px solid rgba(0, 0, 0, .3);
}

.header-box.header-color .header-sprache>a {
	border: 1px solid rgba(0, 0, 0, .3);
	color: #333;
}

.header-box.header-color .header-sprache>a i {
	border-right: 1px solid rgba(0, 0, 0, .3);
}

.p-top {
	padding-top: 90px;
}


.head-cart {
	position: relative;
	display: block;
	height: 90px;
	width: 50px;
}

.head-cart i {
	position: absolute;
	display: block;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 25px;
	height: 25px;
	background: url(cart_icon.png) center no-repeat;
	cursor: pointer;
}

.header-color .head-cart i {
	background-image: url(cart_icon03.png);
}

.header-bg .head-cart i {
	background-image: url(cart.png);
}


.headcart {
	position: absolute;
	right: -18px;
	top: 80px;
	width: 425px;
	padding: 25px;
	background-color: #fff;
	box-shadow: 0 0 30px 0 rgba(0, 0, 0, .15);
	border-radius: 18px;
	display: none;
}

.head-cart:hover .headcart {
	display: block;
}

.headcart::after {
	content: "";
	position: absolute;
	right: 29px;
	top: -24px;
	display: block;
	border-bottom: 12px solid #fff;
	border-top: 12px solid transparent;
	border-left: 12px solid transparent;
	border-right: 12px solid transparent;
}

.headcart h3 {
	color: #000;
	font-size: 18px;
	font-family: 'Cairo';
	margin-bottom: 20px;
}

.headcart-order {
	display: block;
	width: 95%;
	line-height: 50px;
	margin: 5% auto 0;
	font-size: 18px;
	color: #fff;
	text-align: center;
	border-radius: 8px;
	background-color: #4a1401;
	cursor: pointer;
}

.headcart ul {
	max-height: 257px;
	overflow-y: scroll;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
}

.headcart .node {
	padding: 90px 0;
}

.headcart ul li {
	position: relative;
	padding: 8px 0;
	border-bottom: 1px solid #eee;
}

.headcart ul li:last-child {
	border-bottom: 0;
}

.head-pro {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.head-pro-img {
	width: 30%;
}

.head-pro-text {
	width: auto;
	margin-right: 15%;
}

.head-pro-text h4 {
	font-size: 15px;
	line-height: 1.5;
	color: #000;
}

.head-pro-text p {
	font-size: 14px;
}

.headcart ul li strong {
	position: absolute;
	right: 10px;
	top: 50%;
	display: block;
	transform: translateY(-50%);
	width: 40px;
	height: 40px;
	background: url(del.png) center no-repeat;
	cursor: pointer;
}


@media screen and (max-width:1680px) {

	nav>ul>li>a {
		font-size: 15px;
		line-height: 85px;
	}

	.head-search {
		height: 85px;
	}

	.head-search form {
		top: 85px;
	}

	.p-top {
		padding-top: 85px;
	}

	.head-cart {
		height: 85px;
	}


}



@media screen and (max-width:1440px) {

	nav>ul>li>a {
		font-size: 13px;
		line-height: 80px;
	}

	.head-search {
		height: 80px;
	}

	.head-search form {
		top: 80px;
	}

	.p-top {
		padding-top: 80px;
	}

	.head-cart {
		height: 80px;
	}



}


.theme-title {
	padding-bottom: 4%;
}

.theme-title h2 {
	font-size: 44px;
	font-family: 'Cairo';
	line-height: 1.2;
	color: #000;
}

.theme-title h2.white {
	color: #fff;
}

.theme-title h3 {
	font-size: 40px;
	font-family: 'Cairo';
	line-height: 1.2;
	color: #000;
}

.theme-title h3.white {
	color: #fff;
}

.theme-introduce {
	padding: 5% 0;
	background-color: #f7f7f7;
}

.theme-introduce-box {
	display: flex;
	justify-content: space-between;
}

.theme-video {
	position: relative;
	width: 55.8%;
	cursor: pointer;
	border-radius: 15px;
	overflow: hidden;
}

.theme-video:hover img {
	transform: scale(1.04, 1.04);
}

.theme-video i,
.theme-depa-left i {
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	left: 50%;
	top: 50%;
	z-index: 10;
	transform: translate(-50%, -50%);
	width: 5.2vw;
	height: 5.2vw;
	min-width: 50px;
	min-height: 50px;
	max-width: 100px;
	max-height: 100px;
	border-radius: 50%;
	background-color: rgba(0, 85, 88, 0.8);
	cursor: pointer;
}

.theme-video i img {
	width: 20px;
	height: 25px;
	margin: 0 auto;
}

.theme-introduce-right {
	width: 42.8%;
	display: flex;
	flex-wrap: wrap;
	float: left;
	align-content: space-between;
	margin-right: 30px;
}


.theme-introduce-text {
	position: absolute;
	left: 5%;
	bottom: 52px;
	margin: auto;
	text-align: center;
}

.theme-introduce-text img {
	width: 92px;
}

.theme-introduce-text h3 {
	font-size: 30px;
	line-height: 1.2;
	font-family: 'Cairo';
	color: #fff;
}


.theme-introduce-text p {
	font-size: 20px;
	line-height: 1;
	color: #fff;
	padding-bottom: 20px;
}

.theme-introduce-right01-tit {
	position: absolute;
	top: 89px;
	left: 50%;
	margin-left: -50px;
	width: 100px;
}

.theme-introduce-right01-tit p {
	color: #fff;
	font-size: 18px;
	margin-top: 10px;
}

.theme-introduce-right01-tit i {
	width: 82px;
	height: 82px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: rgba(0, 0, 0, 0.5);
	border-radius: 50%;
	overflow: hidden;
	padding: 20px;
	margin: 0 auto;
}

.introduce-right-01 .theme-introduce-text {
	bottom: 20px;
}

.introduce-right-01 .theme-introduce-text h3 {
	font-size: 28px;
}


.introduce-right-01 {
	border-radius: 10px;
	overflow: hidden;
}

.introduce-right-01 .theme-introduce-text h3,
.introduce-right-01 .theme-introduce-text p {
	color: #fff;
}

.introduce-right-02 {
	border-radius: 10px;
	overflow: hidden;
}

.introduce-right-02 .theme-introduce-text {
	left: 4%;
	bottom: 5%;
}

.introduce-right-02 .theme-introduce-text h3 {
	font-size: 28px;
	line-height: 1;
	margin-bottom: 30px;
}

.introduce-right-02 .theme-introduce-text p {
	font-size: 16px;
	line-height: 1.5;
	padding-bottom: 0;
}


.theme-product {
	background-color: #4a1401;
	padding: 82px 0;
}

.theme-product-top {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 60px;
}

.theme-product-top-tit span {
	font-size: 40px;
	color: #fff;
}

.theme-product-top-nav {
	display: flex;
	align-items: center;
}

.theme-product-top-nav>div {
	border: 1px solid #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	border-radius: 30px;
	width: 86px;
	height: 55px;
	background: transparent;
	cursor: pointer;
}

.theme-product-top-nav>div>i {
	width: 15px;
	height: 15px;
}

.webpro-prev i {
	background: url(webpro-prev-bg.png) top no-repeat;
}

.webpro-next i {
	background: url(webpro-next-bg.png) top no-repeat;
}

.webpro-prev {
	margin-right: 10px;
}

.webpro-prev:hover,
.webpro-next:hover {
	background-color: #fff;
	border: 1px solid #4a1401;
}

.webpro-prev:hover i,
.webpro-next:hover i {
	background-position: 0 100%;
}


.webpro-prev.swiper-button-disabled,
.webpro-next.swiper-button-disabled {
	cursor: no-drop;
}

/*zc修改*/
.swiper-product {
	overflow: unset;
}

.theme-product .swiper-slide {
	overflow: hidden;
	transition: .36s ease;
	border-radius: 20px;
	width: 642px !important;
	height: 385px !important;
	background-color: #fff;
}

.theme-pro-text {
	transition: .36s ease;
	width: 320px;
	height: 385px;
	color: #000;
	padding: 35px 35px;
	position: absolute;
	left: 0;
	top: 0;
}

.theme-pro-text h3 {
	font-size: 18px;
	line-height: 1;
	font-family: 'Cairo';
	color: #000;
	margin-bottom: 184px;
	opacity: 1;
	font-weight: 400;
}

.theme-pro-text p {
	font-size: 26px;
	line-height: 1.5;
	color: #333;
	width: 180px;
	font-family: 'Cairo-blod';
	word-break: keep-all;
}

.theme-pro-more {
	color: #fff;
	opacity: 0;
	font-size: 16px;
	display: flex;
	align-items: center;
	width: 110px;
	justify-content: space-between;
	position: absolute;
	z-index: 9;
	left: 35px;
	bottom: 50px;
}

.theme-pro-more i {
	background: url(about-btn-ico-ar.png) no-repeat;
	background-size: 100%;
	width: 21px;
	height: 20px;
}

.theme-pro-img {
	position: absolute;
	overflow: hidden;
	transition: .36s ease;
	border-radius: 20px;
	width: 322px;
	height: 385px;
	right: 0;
	top: 0;
}

.theme-product .swiper-slide:hover {
	background-color: #d8b865;
}



.theme-product .swiper-slide:hover .theme-pro-text {
	color: #fff;
}

.theme-product .swiper-slide:hover .theme-pro-text h3 {
	opacity: 0;
	margin-bottom: 60px;
}

.theme-product .swiper-slide:hover .theme-pro-text p {
	color: #fff;
}

.theme-product .swiper-slide:hover .theme-pro-more {
	opacity: 1;
}



.theme-about {
	position: relative;
	padding: 79px 0;
	background: #fff;
}

.theme-about-img {
	position: relative;
}

.theme-about-box {
	display: flex;
	justify-content: space-between;
	margin-bottom: 94px;
}

.theme-about-text {
	width: 48%;
	/* padding-top: 3%; */
}

.theme-about-text h1 {
	font-family: "Cairo";
	font-size: 40px;
	color: #000;
	margin-bottom: 38px;
	line-height: 1;
}

.theme-about-text p {
	font-size: 16px;
	margin-bottom: 40px;
	line-height: 1.5;
	color: #000;
}

.theme-about-text a {
	display: flex;
	width: 195px;
	font-size: 16px;
	color: #fff;
	line-height: 56px;
	background-color: #4a1401;
	margin-top: 30px;
	align-items: center;
	justify-content: space-between;
	padding: 0 20px 0 40px;
	border-radius: 40px;
}

.theme-about-text a span {
	flex: 1;
}

.theme-about-text a i {
	background: url(about-btn-ico-ar.png) no-repeat;
	background-size: 100%;
	width: 21px;
	height: 20px;
}

.theme-about-text a:hover {
	transform: translateY(-8px);
	box-shadow: 0 15px 25px -8px rgba(0, 0, 0, .3);
}

.theme-about-factory {
	width: 50%;
	/* margin-right: -63px; */
}


.theme-about-info ol {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.theme-about-info ol li {
	display: flex;
	justify-content: space-between;
}

.theme-about-info-left {
	width: 36px;
	height: 36px;
	margin-right: 20px;
	padding-top: 10px;
}


.theme-about-info ol li h4 {
	font-size: 60px;
	line-height: 1;
	color: #4a1401;
	padding-bottom: 5px;
}

.theme-about-info ol li h4 em {
	font-style: normal;
	font-size: 60px;
	color: #4a1401;
}

.theme-about-info ol li p {
	font-size: 16px;
	line-height: 1.8;
	color: #000;
	margin-bottom: 0;
}

.theme-factory {
	width: 100vw;
	height: 38.54vw;
	min-width: 1280px;
	min-height: 506px;
	position: relative;
	overflow: hidden;
	background: #000;
}

.theme-factory-text {
	position: absolute;
	left: 50%;
	width: 40%;
	top: 28%;
	z-index: 10;
	transform: translateX(-50%);
	text-align: center;
}

.theme-factory-desc {
	font-size: 20px;
	line-height: 32px;
	color: #fff;
	text-align: center;
}

.theme-factory-more {
	color: #fff;
	text-decoration: underline;
	margin-top: 50px;
	font-size: 18px;
	display: block;
}


.theme-factory video {
	width: 100%;
	height: 100%;
	object-fit: cover;
	opacity: 0.5;
}

.theme-factory .bg {
	position: absolute;
	top: 50%;
	left: 50%;
	display: block;
	width: 100%;
	height: 100%;
	background: url(../images/index-factory.jpg) no-repeat center center;
	background-size: cover;
	transform: translate(-50%, -50%);
	z-index: 0;
}

.animation-bg {
	animation: animation-bg 16s infinite;
}

@keyframes animation-bg {
	0% {
		transform: translate(-50%, -50%) scale(1);
	}

	60% {
		transform: translate(-50%, -50%) scale(1.1);
	}

	100% {
		transform: translate(-50%, -50%) scale(1);
	}
}

.theme-hotpro {
	padding: 82px 0;
	background-color: #fff;
}

.theme-hotpro-top {
	display: flex;
	align-items: center;
	justify-content: space-between;

}

.theme-hotpro .theme-title {
	padding-bottom: 0;
}

.theme-hotpro .theme-title h3 {
	font-size: 35px;
	font-family: 'Cairo';
	color: #3a3a3a;
}

.theme-hotpro-top a {
	display: flex;
	width: 195px;
	font-size: 16px;
	color: #333;
	line-height: 56px;
	background-color: #fff;
	align-items: center;
	justify-content: space-between;
	padding: 0 20px 0 40px;
	border-radius: 40px;
	border: 1px solid #333;
}

.theme-hotpro-top a i {
	background: url(more-bg-ar.png) no-repeat;
	background-size: 100%;
	width: 21px;
	height: 13px;
}

.theme-hotpro-top a:hover {
	background-color: #4a1401;
	color: #fff;
	border: 1px solid #4a1401;
}

.theme-hotpro-top a:hover i {
	background: url(more-bg-ar.png) bottom no-repeat;
}


.swiper-hot {
	margin-top: 44px;
	display: flex;
	justify-content: space-between;
	overflow: unset;
}

.swiper-hot a {
	padding: 20px;
	width: 19% !important;
	display: block;
	text-align: center;
	box-shadow: 0 0 15px 0 rgba(0, 0, 0, .08);
	border-radius: 15px;
}

.swiper-hot a img {
	margin-bottom: 5%;
	border-radius: 12px;
}

.swiper-hot a:hover img {
	transform: scale(1.1, 1.1);
}

.swiper-hot a div {
	overflow: hidden;
}

.swiper-hot a h3 {
	font-size: 20px;
	font-family: 'Cairo';
	line-height: 1.6;
	color: #242424;
	margin-top: 20px;
}

.swiper-hot a p {
	font-size: 16px;
	line-height: 1.6;
}

.theme-hotpro-left {
	padding-top: 25px;
}

.theme-hotpro-left .theme-title {
	margin-bottom: 15%;
}

.hot-prev,
.hot-next {
	position: absolute;
	display: block;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	cursor: pointer;
	background-repeat: no-repeat;
	background-color: #f8f8f8;
	background-size: 100% auto;
	top: 50%;
	transform: translateY(-50%);
}

.hot-prev {
	left: -75px;
	background: url(../images/hos_prev.png) top center/cover no-repeat #f8f8f8;
}

.hot-next {
	right: -75px;
	background: url(../images/hos_next.png) top center/cover no-repeat #f8f8f8;
}

.hot-prev:hover,
.hot-next:hover {
	background-color: #000;
	background-position: 0 100%;
}



.index-blog {
	padding: 5% 0;
	background-color: #eee;
	background: url(../images/faq-bg-empty.jpg) no-repeat;
	background-size: 100%;
}

.index-blog .swiper-slide {
	background-color: #fff;
	border-radius: 15px;
	overflow: hidden;
	width: 50% !important;
}

.index-blog .swiper-slide a {
	display: block;
	transition: all 0.6s;
}

/*.index-blog .swiper-slide .news-img{
	border-radius: 15px;
	overflow: hidden;
}
.index-blog .swiper-slide .news-img img{
	width: 100%;
	height: 16.5833vw;
	min-height: 187px;
	object-fit: cover;
}*/
.index-blog .swiper-slide .news-info {
	padding: 103px 76px;
}

.index-blog .swiper-slide .news-info h3 {
	font-size: 26px;
	line-height: 2;
	color: #000;
	font-weight: normal;
}

.index-blog .swiper-slide .news-info p {
	font-size: 18px;
	line-height: 1.7;
	color: #565c5f;
}

.index-blog .swiper-slide:hover .news-img img {
	transform: scale(1.05, 1.05);
}

.index-blog .swiper-slide:hover a {
	background: url(../images/faq-active-bg.jpg) no-repeat;
	background-size: 100% 100%;

}

.index-blog .swiper-slide:hover h3 {
	color: #fff;
}

.index-blog .swiper-slide:hover p {
	color: #fff;
}



#news .swiper-pagination {
	bottom: 10px;
}

.index-blog .swiper-container {
	padding-bottom: 70px;
}

.news-prev,
.news-next {
	position: absolute;
	display: flex;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	cursor: pointer;
	background-repeat: no-repeat;
	background-color: rgba(0, 0, 0, .8);
	background-size: 100% auto;
	top: 50%;
	transform: translateY(-50%);
	margin-top: -25px;
	align-items: center;
	justify-content: center;
}

.news-prev {
	left: -30px;
	z-index: 990;
}

.news-next {
	right: -30px;
	z-index: 990;
}

.news-prev:hover,
.news-next:hover {
	background-color: #fff;
	background-position: 0 100%;
}

.news-prev i,
.news-next i {
	width: 15px;
	height: 15px;
}

.news-prev i {
	background: url(webpro-prev-bg.png) top no-repeat;
}

.news-next i {
	background: url(webpro-next-bg.png) top no-repeat;
}

.news-prev:hover i {
	background: url(webpro-prev-bg.png) bottom no-repeat;
}

.news-next:hover i {
	background: url(webpro-next-bg.png) bottom no-repeat;
}

.theme-onelist {
	margin-top: -70px;
}

.onelist-box {
	background-color: #000000;
	color: #fff;
	
	border-radius: 20px;
	overflow: hidden;
	padding: 60px 50px;
}

.onelist-title {
	font-size: 40px;
	margin-bottom: 25px;
	letter-spacing: 1px;
}

.onelist {
	width: 100%;
	float: left;
}

.onelist ul {
	display: flex;
	overflow: hidden;
	justify-content:space-around;
}

.onelist ul li {
	text-align: center;
	display: flex;
	
	width: 40%;
}


.onelist ul li i {
	width: 90px;
	height: 90px;
	border-radius: 50%;
	border: 3px solid #fff;
	display: block;
	overflow: hidden;
	margin: 0 auto;
}

.onelist ul li h4 {
	font-size: 1rem;
	line-height: 1;
	padding-bottom: 15px;
	padding-top: 10px;
	font-family: "Cairo";
	letter-spacing: 1px;
}
.onelist ul li a{
    color: #fff;
}
.onelist ul li p {
	font-size: 14px;
	line-height: 2;
	letter-spacing: 1px;
}

.theme-contact {
	padding: 90px 0;
	background-color: #fff;
}

.theme-contact-box {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.theme-contact-left-text {
	color: #000;
}

.theme-contact-left-text h4 {
	font-size: 30px;
	line-height: 1;
	margin-bottom: 24px;
}

.theme-contact-left-text p {
	font-size: 18px;
	line-height: 1.5;
}

.theme-contact-left-text p em {
	font-style: normal;
}

.theme-contact-right {
	width: 22%;
}

.theme-contact-right h4 {
	font-size: 17.5px;
	color: #000;
	line-height: 1;
	margin-bottom: 20px;
	text-align: left;
}

.contact-box-right-list {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.contact-box-right-list a {
	font-size: 35px;
	color: #000;
}



.theme-download {
	padding: 5% 0;
	overflow: hidden;
	background: #f2f2f2;
}

.cta-black {
	font-family: 'Cairo-Bold';
	font-size: 12px;
	letter-spacing: 1px;
	line-height: 18px;
	text-transform: uppercase;
	display: inline-block;
	color: #000000 !important;
}

.cta-black:after {
	content: url(../images/arrow_right-24.svg);
	position: relative;
	top: 8px;
	right: -13px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: 0.3s all cubic-bezier(0, 1.19, 0.66, 1.49);
	transition: 0.3s all cubic-bezier(0, 1.19, 0.66, 1.49);
}

.cta-black:hover:after {
	right: -26px;
}

.theme-download-fl {
	width: 50%;
	float: left;
}

.theme-download-fr {
	width: 38%;
	float: right;
}


.theme-download-fl .theme-title h2 {
	margin-bottom: 20px;
}

.theme-download-fr ul {
	display: flex;
	justify-content: space-between;
}

.theme-download-fr ul li {
	margin: 0 25px;
	max-width: 300px;
	box-shadow: 0 0 50px 0 rgb(0 0 0 / 10%);
}





.footer {
	padding: 0;
	background-color: #fff;
	padding-bottom: 70px;
}

.footer .theme-container {
	display: flex;
	justify-content: space-between;
}

.foooter-left {
	display: flex;
	justify-content: space-between;
	width: 55.5%;
}

.footer-right {
	width: 22%;
}



.footer dl dt {
	font-size: 20px;
	font-family: 'Cairo';
	color: #000;
	margin-bottom: 28px;
}

.footer dl dd a {
	font-size: 16px;
	color: #000;
	line-height: 2.2;
	opacity: .6;
}

.footer dl dd p {
	font-size: 16px;
	color: #000;
	line-height: 1.2;
	opacity: .6;
	padding-bottom: 20px;
}


.footer dl dd a:hover {
	text-decoration: underline;
	opacity: 1;
}


.copy-box {
	color: #d8b865;
	font-size: 16px;
	overflow: hidden;
	background-color: #4a1401;

}

.copy-box-con {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.copy-box a {
	color: #d8b865;
	font-size: 16px;
	padding-left: 24px;
}

.copy-box ul {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.copy-box .theme-container {
	border-top: 1px solid #4a1401;
	line-height: 80px;
	overflow: hidden;
}

.copy-box .fr a {
	color: #666;
}


@media screen and (max-width:1680px) {
	.theme-title h2 {
		font-size: 40px;
	}

	.theme-introduce-text h3 {
		font-size: 28px;
	}


	.theme-product ul li {
		box-shadow: 0 0 25px rgba(0, 0, 0, .1);
	}

	

	
	.theme-production .theme-container {
		padding: 80px;
	}

	.theme-factory-desc {
		font-size: 18px;
		line-height: 30px;
	}


	.theme-certificate-text {
		font-size: 16px;
	}

	.theme-certificate-right a {
		width: 135px;
		font-size: 1rem;
		line-height: 50px;
	}

	.theme-posi-desc {
		font-size: 18px;
	}

	.theme-contact ul li p {
		font-size: 16px;
	}

	.footer dl dt {
		font-size: 18px;
		margin-bottom: 14px;
	}

	.footer dl dd a {
		font-size: 14.5px;
	}


	.copy-box {
		font-size: 15px;
		line-height: 55px;
	}



}

@media screen and (max-width:1440px) {
	.theme-title h2 {
		font-size: 38px;
	}

	
	.theme-product ul li {
		box-shadow: 0 0 20px rgba(0, 0, 0, .1);
	}


	.index-blog .swiper-slide .news-info h3 {
		font-size: 18px;
	}

	.index-blog .swiper-slide .news-info p {
		font-size: 14px;
	}

	.theme-contact {
		padding: 60px 0;
	}

	.theme-contact ul li p {
		font-size: 14px;
	}

	.footer dl dt {
		font-size: 16px;
		margin-bottom: 10px;
	}

	.footer dl dd a {
		font-size: 14px;
	}


	.copy-box {
		font-size: 14px;
		line-height: 60px;
	}
}

.con-ban {
	position: relative;
    width: 100%;
    min-width: 1280px;
	height: 40.5vw;
	min-height: 523px;
    overflow: hidden;
	background: #000;
}

.con-ban div.banitem {
	position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
    width: 110vw;
	min-width: 1430px;
    height: 100%;
    background-position: center;
    background-size: cover;
    -webkit-animation: subs 6s linear 1;
    -webkit-animation-fill-mode: forwards;
    -webkit-transform: translateX(-5%);
	opacity: .9;
}

@-webkit-keyframes subs {
	0% {
		-webkit-transform: translateX(-5%)
	}

	100% {
		-webkit-transform: translateX(0)
	}
}

.tact-center {
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 100%;
}

.tact-center h2 {
	text-align: center;
	font-size: 98px;
	font-family: 'Cairo';
	line-height: 1;
	color: #fff;
	text-transform: uppercase;

}

.tact-center p {
	font-size: 1.125rem;
	line-height: 28px;
	color: #fff;
	margin-top: 3%;
}

.tact-center a {
	display: block;
	width: 170px;
	float: left;
	margin: 30px auto;
	font-size: 14px;
	color: #fff;
	text-align: center;
	line-height: 55px;
	border: 1px solid #fff;
	cursor: pointer;
}

.tact-center a:after {
	content: '';
	background: url(../images/video.svg);
	background-size: 100%;
	position: relative;
	width: 18px;
	height: 18px;
	display: inline-block;
	top: 6px;
	right: -10px;
	-webkit-transition: 0.3s all cubic-bezier(0, 1.19, 0.66, 1.49);
	transition: 0.3s all cubic-bezier(0, 1.19, 0.66, 1.49);
}

.tact-center a:hover:after {
	right: -20px;
}

.tact-center a:hover {
	background: #333;
	border: 1px solid #333;
}

.tact_center {
	position: absolute;
	left: 50%;
	top: 75%;
	transform: translate(-50%, -50%);
	width: 50%;
}

.tact_center h2 {
	font-size: 75px;
	line-height: 1.2;
	color: #fff;
	font-weight: 700;
	text-align: center;
}

.tact_center p {
	font-size: 26px;
	line-height:1.2;
	color: #fff;
	margin-top: 20px;
	text-align: center;
}



/*下载*/
.book {
	width: 100%;
	padding: 5% 0;
	overflow: hidden;
}

.book ul li {
	float: left;
	width: calc(95.5%/4);
	margin-right: 1.5%;
	overflow: hidden;
	margin-bottom: 1.5%;
}

.book ul li .book_img {
	width: 100%;
	padding-bottom: 130%;
	border: 1px solid #eee;
	box-sizing: border-box;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	margin-bottom: 15px;
}

.book ul li h3 {
	color: #656565;
	font: 20px/40px arial;
	padding: 0 10px;
	margin-bottom: 5px;
}

.book ul li p {
	font: 16px/30px arial;
	padding: 0 10px;
	color: #00a0e9;
	text-transform: uppercase;
}

.book ul li i {
	display: inline-block;
	width: 19px;
	height: 18px;
	margin-left: 10px;
	background: url(../images/book_icon.png) no-repeat;
	vertical-align: text-top;
}

.book ul li:hover .book_img {
	border-color: #fff;
	box-shadow: 0 5px 60px 0 rgba(0, 0, 0, 0.2);
}

.book ul li:hover i {
	opacity: 0;
}


.about-01 {
	padding: 5% 0;
	background-color: #fff;
	overflow: hidden;
}

.about-01-top {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.about-01-left {
	width: 49%;
}

.about-01-text h4 {
	font-size: 54px;
	line-height: 1;
	margin-bottom: 37px;
	color: #000;
}

.about-01-text p {
	font-size: 18px;
	line-height: 1.5;
	margin-bottom: 50px;
	color: #000;
}



.about-01-right {
	width: 45%;
}

.about-01-right .theme-video {
	width: 100%;
}

.about-01-top {
	margin-bottom: 115px;
}


.about-content {
	margin-bottom: 3.5%;
}

.about-content-text {}

.about-desc h3 {
	font-family: 'Cairo-Bold';
	font-size: 2rem;
	line-height: 1.5;
	color: #000;
	margin-bottom: 2%;
}

.about-desc p {
	font-size: 1rem;
	line-height: 1.8;
	color: #737373;
}

.about-content-img {
	position: relative;
	width: 640px;
	border-radius: 12px;
	overflow: hidden;
	background-color: #000;
}

.about-content-img a {
	cursor: pointer;
}

.about-content-img a:hover img {
	transform: scale(1.05, 1.05);
}

.about-content-img i {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	display: block;
	width: 3.85416666vw;
	height: 3.85416666vw;
	min-width: 50px;
	min-height: 50px;
	border-radius: 50%;
	background: url(../images/about_video.png) center center/cover no-repeat #333;
}

.theme-vr-text {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	margin: auto;
	text-align: center;
	z-index: 99;
}

.theme-vr-text img {
	width: 92px;
}

.theme-vr-text p {
	font-size: 28px;
	line-height: 2;
	color: #fff;
}

.about-num {
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: center;
	z-index: 1;
	box-shadow: 0 0 25px rgb(0 0 0 / 10%);
}

.about-num ul {
	width: calc(100% - 640px);
	padding: 0% 6%;
	border-radius: 14px;
	background-color: #fff;
}

.about-num ul li {
	text-align: left;
	width: 50%;
	float: left;
	padding: 6% 0;

}

.about-num ul li h4 {
	font-size: 50px;
	line-height: 1.2;
	color: #000;
}

.about-num ul li h4 em {
	font-weight: normal;
	font-style: normal;
	font-size: 1.25rem;
	vertical-align: text-top;
	margin-left: 3px;
}

.about-num ul li p {
	font-size: 1rem;
	line-height: 1.5;
	color: #5a5a5a;
}


.about-vi {
	padding: 5% 0;
}

.about-vi .swiper-slide {
	overflow: hidden;
	border-radius: 15px;
}

.about-vi .swiper-slide:hover img {
	transform: scale(1.05, 1.05);
}

.vi-prev,
.vi-next {
	position: absolute;
	display: block;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	cursor: pointer;
	background-repeat: no-repeat;
	background-color: #f8f8f8;
	background-size: 100% auto;
	top: 50%;
	transform: translateY(-50%);
}

.vi-prev {
	left: -75px;
	background: url(../images/hos_prev.png) top center/cover no-repeat #f8f8f8;
}

.vi-next {
	right: -75px;
	background: url(../images/hos_next.png) top center/cover no-repeat #f8f8f8;
}

.vi-prev:hover,
.vi-next:hover {
	background-color: #000;
	background-position: 0 100%;
}

.about-video {
	background-color: #2a2a2a;
	padding: 5% 0;
}


.video .video-one {
	background: #333333;
	border: 15px solid #333333;
	overflow: hidden;
}

.video .video-img {
	position: relative;
	width: 100%;
	padding-bottom: 62.5%;
	background-position: center;
	background-size: cover;
	cursor: pointer;

}

.video .video-img i {
	position: absolute;
	width: 65px;
	height: 65px;
	margin: 0 auto;
	background: url(../images/i_icon.png) center no-repeat;
	background-size: cover;
	left: 50%;
	top: 50%;
	z-index: 10;
	transform: translate(-50%, -50%);

}


.video .video-img:hover i {
	opacity: 0;
}


.video .video-title {
	padding: 5% 0;
	color: #fff;
	min-height: 70px;
}

.video .swiper-slide:hover .video-img {
	transform: scale(1.05, 1.05);
}


.video-prev,
.video-next {
	position: absolute;
	display: block;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	cursor: pointer;
	background-repeat: no-repeat;
	background-color: #f8f8f8;
	background-size: 100% auto;
	top: 50%;
	transform: translateY(-50%);
}

.video-prev {
	left: -75px;
	background: url(../images/hos_prev.png) top center/cover no-repeat #f8f8f8;
}

.video-next {
	right: -75px;
	background: url(../images/hos_next.png) top center/cover no-repeat #f8f8f8;
}

.video-prev:hover,
.video-next:hover {
	background-color: #000;
	background-position: 0 100%;
}

.about-honor {
	padding: 5% 0;
	background-color: #f8f8f8;
}

.honor-prev,
.honor-next {
	position: absolute;
	display: block;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	cursor: pointer;
	background-repeat: no-repeat;
	background-color: #f8f8f8;
	background-size: 100% auto;
	top: 50%;
	transform: translateY(-50%);
}

.honor-prev {
	left: -75px;
	background: url(../images/hos_prev.png) top center/cover no-repeat #f8f8f8;
}

.honor-next {
	right: -75px;
	background: url(../images/hos_next.png) top center/cover no-repeat #f8f8f8;
}

.honor-prev:hover,
.honor-next:hover {
	background-color: #000;
	background-position: 0 100%;
}



.about-02-text {
	position: absolute;
	color: #fff;
	top: 50%;
	left: 50%;
	text-align: center;
	width: 37%;
	transform: translate(-50%, -50%);
}

.about-02-text h4 {
	font-size: 55px;
	line-height: 1;
	margin-bottom: 40px;
}

.about-02-text p {
	font-size: 18px;
	line-height: 1.5;
}

.about-03 {
	position: relative;
	padding: 5% 0;
	background: #fff;
}

.about-03-list {
	display: flex;
	justify-content: space-between;
}

.about-03-item {
	width: calc(88%/3);
}

.about-03-pic {
	border-radius: 15px;
	overflow: hidden;
}

.about-03-pic:hover img {
	transform: scale(1.1, 1.1);
}

.about-03-text {
	color: #000;
}

.about-03-text h4 {
	line-height: 1;
	font-size: 26px;
	padding: 37px 0 20px 0;
}

.about-03-text p {
	font-size: 16px;
	line-height: 1.5;
	color: #666;
}


.about-04 {
	padding: 5% 0 5%;
	background-color: #f3f3f3;
}

.about-04-top {
	margin-bottom: 20px;
}
.about-04-list .swiper-slide{
    border-radius: 15px;
	overflow: hidden;
}

.about-04-next,
.about-04-prev {
	position: absolute;
	display: block;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	cursor: pointer;
	background-repeat: no-repeat;
	background-color: #f8f8f8;
	background-size: 100% auto;
	top: 50%;
	transform: translateY(-50%);
}

.about-04-prev {
	left: -75px;
	background: url(../images/hos_prev.png) top center/cover no-repeat #f8f8f8;
}

.about-04-next {
	right: -75px;
	background: url(../images/hos_next.png) top center/cover no-repeat #f8f8f8;
}

.about-04-prev:hover,
.about-04-next:hover {
	background-color: #000;
	background-position: 0 100%;
}


.about-05 {
	padding: 5% 0 5%;
	background-color: #fff;
}
.about-05-t,.about-05-b{
	display: flex;
	justify-content: space-between;
	margin-bottom: 10px;
}
.about-05-t-i{
	width: 33%;
	border-radius: 14px;
	overflow: hidden;
}
.about-05-b-i{
	width: 24.37%;
	border-radius: 14px;
	overflow: hidden;
}

.about-06 {
	padding: 5% 0 5%;
	overflow: hidden;
}

.about-06 ul {}

.about-06 ul li {
	float: left;
	width: calc((100% - 104px)/5);
	margin: 0 26px 26px 0;
	background: #fff;
	overflow: hidden;
	border-radius: 10px;
	box-shadow: 0 0 35px 0 rgb(0 0 0 / 6%);
}

.about-06 ul li:nth-child(5n) {
	margin-right: 0;
}

.about-06 ul li h3 {
	padding: 25px;
	font-size: 18px;
	font-weight: normal;
	position: relative;
	overflow: hidden;
}

.about-06 ul li h3 i {
	position: absolute;
	bottom: -20px;
	font-family: 'Cairo-Bold';
	right: 0;
	font-size: 60px;
	opacity: 0.06;
}



@media screen and (max-width:1680px) {
	.about-desc h3 {
		font-size: 1.625rem;
	}

	.about-desc p {
		font-size: 0.875rem;
	}

	.about-num ul li h4 {
		font-size: 3.125rem;
	}

	.about-num ul li h4 em {
		font-size: 1.125rem;
	}

	.about-num ul li p {
		font-size: 0.875rem;
	}

	.about-03 .about-03-text p {
		font-size: 16px;
	}

	.about-03-img {
		width: 600px;
	}



	.about-04-img {
		width: 600px;
	}

	


	.about-05 .swiper-slide h3 {
		font-size: 1rem;
	}

	

	.tact-center p {
		font-size: 1.1em;
	}

	.theme-about-img {
		right: 0;
	}

}

@media screen and (max-width:1440px) {
	.about-desc h3 {
		font-size: 1.25rem;
	}

	.about-desc p {
		font-size: 0.75rem;
	}

	.about-num ul li h4 {
		font-size: 2.5rem;
	}

	.about-num ul li h4 em {
		font-size: 1rem;
	}

	.about-num ul li p {
		font-size: 0.75rem;
	}

	.about-03 .about-03-text p {
		font-size: 14px;
	}

	.about-03-img {
		width: 580px;
	}

	

	.about-04-img {
		width: 580px;
	}

	

	.about-05 .swiper-slide h3 {
		font-size: 0.875rem;
	}



	.tact-center p {
		font-size: 1em;
	}

	.theme-about-img {
		transform: scale(.9);
		transform-origin: top;
		right: 5%;
	}


}



.projects-container {
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	z-index: 10;
}

.projects-container h3 {
	font-family: 'Cairo-Bold';
	font-size: 6.875rem;
	text-transform: uppercase;
	color: #fff;
}


.projects-1 {
	padding: 6% 0;
}

.projects-1 ul {
	display: flex;
	justify-content: space-around;
}

.projects-1 ul li {
	width: 30%;
	padding: 5% 4%;
	text-align: center;
	border-radius: 18px;
}

.projects-1 ul li img {
	width: 105px;
	margin-bottom: 10px;
}

.projects-1 ul li h3 {
	font-size: 1.875rem;
	color: #333;
	line-height: 2;
}

.projects-1 ul li p {
	font-size: 1.125rem;
	line-height: 1.6;
	color: #959896;
}



.projects-02 {
	padding: 5% 0;
	background-color: #f4f4f4;
	overflow: hidden;
}

.projects-service-top {
	background: url(../images/projects-service.jpg) top center no-repeat;
	height: 499px;
	margin-top: 50px;
}

.service-top-con {
	padding-top: 204px;
	padding-left: 100px;
	width: 45%;
}

.service-top-con h2 {
	font-size: 28px;
	color: #fff;
	text-transform: uppercase;
	margin-bottom: 20px;
}

.service-top-con p {
	font-size: 18px;
	color: #fff;
	line-height: 1.4;
}

.projects-service-bottom {
	display: flex;
	justify-content: center;
	margin-top: 15px;
}

.service-bottom-tab {
	float: left;
	width: 50%;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	background: #fff;

}

.service-bottom-tab div {
	padding: 40px 50px 40px 50px;
	color: #333;
}

.service-bottom-tab div h2 {
	font-size: 28px;
	margin-bottom: 20px;
}

.service-bottom-tab div p {
	font-size: 18px;
	line-height: 1.4;
	width: 80%;
	color: #898989;
}

.service-bottom-tab.fl {
	margin-right: 30px;
}



.projects-03 {
	padding-bottom: 5%;
}

.projects-msg {
	margin-top: -3%;
	padding: 4%;
	border-radius: 20px;
	box-shadow: 0 0 25px 0 rgba(0, 0, 0, .15);
	background-color: #fff;
}

.projects-font {
	font-size: 1.125rem;
	color: #7f7f7f;
	margin-top: 1%;
}

.con-name,
.con-email,
.con-tel {
	position: relative;
	float: left;
	width: calc(88%/3);
	margin-bottom: 2%;
}

.con-name,
.con-email {
	margin-right: 6%;
}

.con-msg input[type="text"] {
	width: 100%;
	padding: 0 14px;
	font-size: 16px;
	font-family: Cairo;
	line-height: 60px;
	border: 0;
	border-bottom: 1px solid #e5e5e5;
}

.con-msg input[type="text"]::input-placeholder {
	color: #999;
}

.con-msg textarea {
	width: 100%;
	height: 150px;
	font-size: 16px;
	padding: 0 14px;
	font-family: Cairo;
	line-height: 25px;
	border: 0;
	border-bottom: 1px solid #e5e5e5;
}

.con-submit {
	padding-top: 2.5%;
}

.con-submit input[type="submit"] {
	display: block;
	width: 385px;
	line-height: 64px;
	font-size: 18px;
	color: #fff;
	border: 0;
	margin: 0 auto;
	border-radius: 30px;
	text-transform: uppercase;
	font-family: Cairo;
	background-color: #000;
}

.con-msg em {
	font-size: 16px;
	line-height: 65px;
	position: absolute;
	right: 14px;
	top: 0;
	font-style: normal;
}

.Validform_wrong {
	color: red;
}

.Validform_right {
	color: green;
}

@media screen and (max-width:1680px) {
	.projects-container h3 {
		font-size: 5.625rem;
	}

	.projects-desc ul li {
		width: 400px;
		padding-left: 90px;
		margin-bottom: 25px;
	}

	.projects-desc ul li i {
		width: 70px;
		height: 70px;
	}

	.projects-desc ul li h3 {
		font-size: 1.5625rem;
	}

	.projects-desc ul li p {
		font-size: 1rem;
	}

	.projects-font {
		font-size: 1rem;
	}

	.projects-1 ul li h3 {
		font-size: 26px;
	}

	.projects-1 ul li p {
		font-size: 16px;
	}

	.con-msg input[type="text"] {
		font-size: 0.875rem;
		line-height: 50px;
		padding: 0 10px;
	}

	.con-msg em {
		font-size: 0.875rem;
		line-height: 50px;
		right: 10px;
	}

	.con-msg textarea {
		padding: 0 10px;
		font-size: 0.875rem;
		height: 130px;
	}

	.con-submit input[type="submit"] {
		width: 360px;
		font-size: 1rem;
		line-height: 60px;
	}


	.projects-2-left,
	.projects-2-right,
	.projects-2-bottom {
		min-height: 268px;
	}

	.projects-2-img {
		width: 46%;
	}

	.projects-2-right .projects-2-text,
	.projects-2-left .projects-2-text {

		padding: 0 24px;
		width: 86%;
	}

	.projects-2-bottom .projects-2-text {
		width: 45%;
	}


	.projects-2-bottom .projects-2-img {
		width: 48%;
	}

	.projects-2-text h3,
	.projects-2-bottom h3 {
		font-size: 24px;
		line-height: 1.3;

	}







}

@media screen and (max-width:1440px) {
	.projects-container h3 {
		font-size: 4.375rem;
	}

	.projects-desc ul li {
		width: 360px;
		padding-left: 80px;
		margin-bottom: 20px;
	}

	.projects-desc ul li i {
		width: 60px;
		height: 60px;
	}

	.projects-desc ul li h3 {
		font-size: 1.25rem;
	}

	.projects-desc ul li p {
		font-size: 0.875rem;
	}

	.projects-font {
		font-size: 0.875rem;
	}

	.projects-1 ul li h3 {
		font-size: 1.25rem;
	}

	.projects-1 ul li p {
		font-size: 0.875rem;
	}

	.projects-2-left,
	.projects-2-right,
	.projects-2-bottom {
		min-height: 268px;
	}

	.projects-2-img {
		width: 46%;
	}


	.projects-2-right .projects-2-text,
	.projects-2-left .projects-2-text {

		padding: 0 24px;
		width: 86%;
	}

	.projects-2-bottom .projects-2-text {
		width: 45%;
	}


	.projects-2-bottom .projects-2-img {
		width: 53%;
	}




	.projects-2-text h3,
	.projects-2-bottom h3 {
		font-size: 20px;
		line-height: 1.3;
		text-transform: uppercase;
		margin-bottom: 13px;
	}

	.projects-2-text p,
	.projects-2-bottom p {
		font-size: 14px;
		line-height: 1.3;
		opacity: .7;
	}

	.con-msg input[type="text"] {
		font-size: 0.75rem;
		line-height: 45px;
		padding: 0 5px;
	}

	.con-msg em {
		font-size: 0.75rem;
		line-height: 45px;
		right: 5px;
	}

	.con-msg textarea {
		padding: 0 5px;
		font-size: 0.75rem;
		height: 110px;
	}

	.con-submit input[type="submit"] {
		width: 340px;
		font-size: 0.875rem;
		line-height: 55px;
	}
}


.con-ban .theme-container {
	height: 100%;
}

.con-title {
	position: absolute;
	left: 0;
	bottom: 12%;
}

.con-title h3 {
	font-size: 3.75rem;
	line-height: 1.3;
	color: #fff;
	font-family: 'Cairo-Bold';
}

.service-01 {
	padding: 4% 0;
	background-color: #f7f7f7;
}

.service-font {
	margin-top: 1%;
	font-size: 18px;
}

.service-theme-01 {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.service-01-left {
	width: 43%;
}

.service-01-right {
	width: 47%;
}

.service01-pic {
	overflow: hidden;
	border-radius: 15px;
}

.service01-pic:hover img {
	transform: scale(1.1, 1.1);
}

.service-con-text h4 {
	font-size: 44px;
	color: #000;
	line-height: 1.2;
	margin-bottom: 55px;
}

.service-con-text p {
	font-size: 18px;
	text-align: right;
	line-height: 1.2;
	margin-bottom: 40px;
}


.service-02 {
	padding: 4% 0;
	background-color: #fff;
}

.service-theme-02 {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.service-02-left {
	width: 47%;
}

.service-02-right {
	width: 44%;
}

.service02-pic {
	overflow: hidden;
	border-radius: 15px;
}

.service02-pic:hover img {
	transform: scale(1.1, 1.1);
}


.service-03 {
	padding: 0;
	background: #fff;
}

.service-03-txt {
	position: absolute;
	top: 50%;
	left: 8.3%;
	color: #fff;
	transform: translateY(-50%);
}

.service-03-con {
	width: 28.8%;
}

.service-03-con h4 {
	font-size: 40px;
	line-height: 1.2;
	margin-bottom: 33px;
}

.service-03-con p {
	font-size: 16px;
	line-height: 1.2;
}

.service-03-list {
	margin-top: -50px;
}

.service-03-list ul {
	width: 100%;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.service-03-list ul li {
	width: calc(90%/7);
	text-align: center;
	background: #fff;
	overflow: hidden;
	border-radius: 10px;
	box-shadow: 0 2px 20px 0 rgb(0 0 0 / 5%);
	padding: 50px 0 36px;
}

.service-03-list ul li i {
	display: block;
	margin: 0 auto;
	width: 42px;
	height: 42px;
}


.service-03-list ul li:nth-child(1) {
	background: url(../images/order-bg1.jpg) no-repeat;
	background-size: 100% 100%;
}

.service-03-list ul li:nth-child(1) i {
	background: url(../images/order-icon1.png) no-repeat;
	background-size: 100% 100%;
}

.service-03-list ul li:nth-child(2) {
	background: url(../images/order-bg2.jpg) no-repeat;
	background-size: 100% 100%;
}

.service-03-list ul li:nth-child(2) i {
	background: url(../images/order-icon2.png) no-repeat;
	background-size: 100% 100%;
}

.service-03-list ul li:nth-child(3) {
	background: url(../images/order-bg3.jpg) no-repeat;
	background-size: 100% 100%;
}

.service-03-list ul li:nth-child(3) i {
	background: url(../images/order-icon3.png) no-repeat;
	background-size: 100% 100%;
}

.service-03-list ul li:nth-child(4) {
	background: url(../images/order-bg4.jpg) no-repeat;
	background-size: 100% 100%;
}

.service-03-list ul li:nth-child(4) i {
	background: url(../images/order-icon4.png) no-repeat;
	background-size: 100% 100%;
}

.service-03-list ul li:nth-child(5) {
	background: url(../images/order-bg5.jpg) no-repeat;
	background-size: 100% 100%;
}

.service-03-list ul li:nth-child(5) i {
	background: url(../images/order-icon5.png) no-repeat;
	background-size: 100% 100%;
}

.service-03-list ul li:nth-child(6) {
	background: url(../images/order-bg6.jpg) no-repeat;
	background-size: 100% 100%;
}

.service-03-list ul li:nth-child(6) i {
	background: url(../images/order-icon6.png) no-repeat;
	background-size: 100% 100%;
}

.service-03-list ul li:nth-child(7) {
	background: url(../images/order-bg7.jpg) no-repeat;
	background-size: 100% 100%;
}

.service-03-list ul li:nth-child(7) i {
	background: url(../images/order-icon7.png) no-repeat;
	background-size: 100% 100%;
}

.service-03-list ul li span {
	color: #000;
	font-size: 12px;
	margin-top: 10px;
	text-align: center;
	display: block;
	line-height: 1;
}

.service-03-list ul li:hover span {
	color: #fff;
}

.service-03-list ul li:nth-child(1):hover {
	background: url(../images/order-bg11.jpg) no-repeat;
	background-size: 100% 100%;
}

.service-03-list ul li:nth-child(1):hover i {
	background: url(../images/order-icon11.png) no-repeat;
	background-size: 100% 100%;
}

.service-03-list ul li:nth-child(2):hover {
	background: url(../images/order-bg22.jpg) no-repeat;
	background-size: 100% 100%;
}

.service-03-list ul li:nth-child(2):hover i {
	background: url(../images/order-icon22.png) no-repeat;
	background-size: 100% 100%;
}

.service-03-list ul li:nth-child(3):hover {
	background: url(../images/order-bg33.jpg) no-repeat;
	background-size: 100% 100%;
}

.service-03-list ul li:nth-child(3):hover i {
	background: url(../images/order-icon33.png) no-repeat;
	background-size: 100% 100%;
}

.service-03-list ul li:nth-child(4):hover {
	background: url(../images/order-bg44.jpg) no-repeat;
	background-size: 100% 100%;
}

.service-03-list ul li:nth-child(4):hover i {
	background: url(../images/order-icon44.png) no-repeat;
	background-size: 100% 100%;
}

.service-03-list ul li:nth-child(5):hover {
	background: url(../images/order-bg55.jpg) no-repeat;
	background-size: 100% 100%;
}

.service-03-list ul li:nth-child(5):hover i {
	background: url(../images/order-icon55.png) no-repeat;
	background-size: 100% 100%;
}

.service-03-list ul li:nth-child(6):hover {
	background: url(../images/order-bg66.jpg) no-repeat;
	background-size: 100% 100%;
}

.service-03-list ul li:nth-child(6):hover i {
	background: url(../images/order-icon66.png) no-repeat;
	background-size: 100% 100%;
}

.service-03-list ul li:nth-child(7):hover {
	background: url(../images/order-bg77.jpg) no-repeat;
	background-size: 100% 100%;
}

.service-03-list ul li:nth-child(7):hover i {
	background: url(../images/order-icon77.png) no-repeat;
	background-size: 100% 100%;
}





.service-04 {
	padding: 4% 0;
	background-color: #fff;
}

.service-04-top {
	display: flex;
	border-radius: 10px;
	overflow: hidden;
}

.service-04-top-pic {
	border-radius: 10px;
	flex: 1;
}


.service-04-text {
	flex: 1;
	background-color: #4a1401;
	color: #fff;
	border-radius: 10px;
	margin-left: -10px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.service-04-desc {
	width: 72%;
}

.service-04-desc h2 {
	font-size: 44px;
	color: #fff;
	margin-bottom: 30px;
	line-height: 1;
}

.service-04-desc p {
	font-size: 18px;
	line-height: 1.5;
	color: #fff;
}



.service-04 ul {
	display: flex;
	justify-content: space-between;
	margin-top: 20px;
}

.service-04 ul li {
	width: calc(96%/5);
	pointer-events: none;
	border-radius: 10px;
	overflow: hidden;
}

.service-04 ul li img {
	width: 100%;
}


.service-05 {
	background-color: #f7f7f7;
	padding: 4% 0;
}

.service-05-box {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.service-05-left {
	width: 43%;
}

.service-05-right {
	width: 50%;
	padding-right: 17%;
}

.service-05-pic {
	border-radius: 15px;
	overflow: hidden;
}

.service-05-pic:hover img {
	transform: scale(1.1, 1.1);
}

.service-05-item {
	margin-bottom: 40px;
}

.service-05-item h4 {
	font-weight: 700;
	font-size: 22px;
	color: #000;
	text-align: right;

}

.service-05-item p {
	margin-top: 20px;
	font-size: 18px;
	line-height: 1.5;
	text-align: right;
}



@media screen and (max-width:1680px) {
	.con-title h3 {
		font-size: 3.4375rem;
	}

	.service-font {
		font-size: 1rem;
	}

	.service-01 ul li h3 {
		font-size: 3rem;
	}

	.service-01 ul li h4 {
		font-size: 0.9375rem;
	}

	.service-01 ul li p {
		font-size: 0.8125rem;
	}

	.service-02-box ul li i {
		width: 35px;
		height: 35px;
	}

	.service-02-box ul li h3 {
		font-size: 2.5rem;
	}

	.service-02-box ul li p {
		font-size: 0.9375rem;
	}

	.service-03 ul li h3 {
		font-size: 0.875rem;
	}




	.theme-title h3 {
		font-size: 36px;
	}

}

@media screen and (max-width:1440px) {
	.con-title h3 {
		font-size: 3.125rem;
	}

	.service-font {
		font-size: 0.875rem;
	}

	.service-01 ul li h3 {
		font-size: 2.375rem;
	}

	.service-01 ul li h4 {
		font-size: 0.875rem;
	}

	.service-01 ul li p {
		font-size: 0.75rem;
	}

	.service-02-box ul li i {
		width: 30px;
		height: 30px;
	}

	.service-02-box ul li h3 {
		font-size: 2.1875rem;
	}

	.service-02-box ul li p {
		font-size: 0.875rem;
	}

	.service-03 ul li h3 {
		font-size: 0.75rem;
	}



	.theme-title h3 {
		font-size: 35px;
	}

}






.contact {
	padding: 5% 0;
}

.contact-top {
	position: relative;
	overflow: hidden;
	padding: 30px 0 100px;
}

.contact-box {
	display: flex;
	justify-content: space-between;
	background-color: #333;
	border-radius: 20px;
	overflow: hidden;
}

.contact-desc {
	width: 36%;
	padding: 4%;
}

.contact-desc h3 {
	font-size: 1.5625rem;
	line-height: 1.3;
	color: #fff;
	font-family: 'Cairo';
	margin-bottom: 10%;
}

.contact-desc h5 {
	font-size: 1.25rem;
	line-height: 1.4;
	color: #fff;
}

.contact-desc p {
	font-size: 1rem;
	color: #fff;
	opacity: .7;
	line-height: 1.6;
	margin-bottom: 6%;
}

.contact-desc p:last-child {
	margin-bottom: 0;
}

.contact-msg {
	width: 68%;
	padding: 4%;
	background-color: #fafafa;
	border-radius: 20px;
	overflow: hidden;
}

.contact-msg input[type="text"] {
	padding-right: 48%;
	font-family: "Cairo";
	font-size: 14px;
	width: 100%;
	line-height: 45px;
	background: none;
	border: 0;
	border-bottom: 1px solid #cecece;
}

.contact-msg textarea {
	font-family: "Cairo";
	font-size: 14px;
	width: 100%;
	line-height: 25px;
	height: 125px;
	background: none;
	border: 0;
	border-bottom: 1px solid #cecece;
}

.contact-msg .con-content {
	padding-top: 2%;
	margin-bottom: 5%;
}

.con-sul input[type="submit"] {
	font-family: "Cairo";
	width: 220px;
	line-height: 60px;
	font-size: 16px;
	color: #fff;
	background-color: #4a1401;
	text-align: center;
	border-radius: 30px;
}

.con-sul input[type="submit"]:hover {
	background-color: #333;
}

.contact-msg em {
	position: absolute;
	right: 0;
	top: 0;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	line-height: 45px;
}

@media screen and (max-width:1680px) {
	.contact-desc h3 {
		font-size: 1.375rem;
	}

	.contact-desc h5 {
		font-size: 1.125rem;
	}

	.contact-desc p {
		font-size: 0.875rem;
	}

	.contact-msg input[type="text"] {
		font-size: 13px;
		line-height: 40px;
	}

	.contact-msg textarea {
		font-size: 13px;
		height: 115px;
		line-height: 22px;
	}

	.con-sul input[type="submit"] {
		width: 200px;
		line-height: 52px;
		font-size: 15px;
	}

	.contact-msg em {
		font-size: 13px;
		line-height: 40px;
	}

	.onelist ul li h4 {
		font-size: 18px;
	}

	.onelist ul li p {
		font-size: 11px;
	}

}

@media screen and (max-width:1440px) {
	.contact-desc h3 {
		font-size: 1.25rem;
	}

	.contact-desc h5 {
		font-size: 1rem;
	}

	.contact-desc p {
		font-size: 0.75rem;
	}

	.contact-msg input[type="text"] {
		font-size: 12px;
		line-height: 38px;
	}

	.contact-msg textarea {
		font-size: 12px;
		height: 100px;
		line-height: 20px;
	}

	.con-sul input[type="submit"] {
		width: 180px;
		line-height: 45px;
		font-size: 14px;
	}

	.contact-msg em {
		font-size: 12px;
		line-height: 38px;
	}

	.onelist ul li h4 {
		font-size: 16px;
	}

	.onelist ul li p {
		font-size: 14px;
	}
}



.news-box {
	padding: 8% 0 4%;
	overflow: hidden;
}

.news-list ol li {
	position: relative;
	margin-bottom: 25px;
	background: #fff;
	overflow: hidden;
	transition: all 0.5s;
}

.news-list ol li a {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	padding: 25px;
	overflow: hidden;
	box-sizing: border-box;
}

.news-list ol li .news-img {
	float: left;
	width: 25%;
	height: 224px;
	background: url(logo02.png) center no-repeat #f4f4f4;
	background-size: 150px;
	overflow: hidden;
}

.news-list ol li .news-img div {
	width: 100%;
	height: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	overflow: hidden;
	transition: all 0.5s;
}

.news-list ol li .news-info {
	position: absolute;
	top: 50px;
	left: 30%;
	width: 50%;
	transition: all 0.5s;
}

.news-list ol li .news-info h3 {
	display: block;
	width: 100%;
	padding-bottom: 15px;
	font-size: 22px;
	font-weight: normal;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #333;
	overflow: hidden;
}

.news-list ol li .news-info p {
	font-size: 15px;
	height: 50px;
	line-height: 25px;
	color: #999;
	overflow: hidden;
}

.news-list ol li .news-date {
	position: absolute;
	top: 50px;
	right: 50px;
	width: 100px;
	height: 150px;
	text-align: right;
	overflow: hidden;
}

.news-list ol li .news-date span {
	display: block;
	font-family: "Cairo";
	font-size: 36px;
	transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s;
}

.news-list ol li .news-date font {
	display: block;
	font-family: "Cairo";
	font-size: 32px;
	color: #333;
	transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s;
}

.news-list ol li .news-date item {
	position: absolute;
	bottom: -50px;
	right: 5px;
	display: block;
	width: 13px;
	height: 26px;
	background: url(../images/r_arrow.png) no-repeat center;
	transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s;
}

.news-list ol li:hover {
	box-shadow: 0 0 25px 0 rgba(0, 0, 0, .1);
}

.news-list ol li:hover .news-img div {
	transform: scale(1.1, 1.1);
}

.news-list ol li:hover .news-info {
	left: calc(30% + 20px);
}

.news-list ol li:hover .news-date item {
	bottom: 30px;
}


.news_show_left {
	float: left;
	width: 27%;
	padding: 30px;
	background: #fff;
	border-radius: 5px;
	box-sizing: border-box;
	overflow: hidden;
}

.news_show_left h2 {
	font-size: 1.5em;
	font-weight: bold;
	margin-bottom: 20px;
	line-height: 1.4;
	color: #000;
	text-align: left;
}

.news_info {
	padding-bottom: 25px;
	line-height: 30px;
	font-size: 16px;
	color: #999;
	border-bottom: 1px solid #eee;
}

.news_info a {
	display: block;
	width: 180px;
	padding: 16px 10px;
	margin-top: 30px;
	font-size: 16px;
	line-height: 1;
	text-align: center;
	color: #fff;
	background: #4a1401;
	border-radius: 40px;
	cursor: pointer;
}

.news_content {
	float: right;
	width: 70%;
	font-size: 16px;
	padding: 50px 35px;
	line-height: 28px;
	color: #555;
	background: #fff;
	border-radius: 5px;
	box-sizing: border-box;
	overflow: hidden;
}

.news_content img {
	max-width: 100%;
}

.news_show_content p {
	margin_-bottom: 10px;
}

.news_info a:hover {
	background-color: #4a1401;
}

.light {
	position: fixed;
	top: 50%;
	left: 50%;
	z-index: 100;
	display: none;
	padding: 25px 10px 13px;
	background-color: #fff;
	border: 4px solid #ddd;
	transform: translate(-50%, -50%);
}

.light i {
	position: absolute;
	right: 8px;
	top: 8px;
	display: block;
	width: 20px;
	height: 20px;
	background: url(closed_02.png) center no-repeat;
	background-size: cover;
	cursor: pointer;
}

.light img {
	width: 250px;
}

.light p {
	text-align: center;
}

@media screen and (max-width:1680px) {
	.news_list ol li a {
		padding: 23px;
	}

	.news_list ol li .news-img {
		height: 210px;
	}

	.news_list ol li .news-info h3 {
		font-size: 20px;
	}

	.news_list ol li .news-info p {
		font-size: 14px;
	}

	.news_list ol li .news-date font {
		font-size: 29px;
	}

	.news_list ol li .news-date {
		top: 48px;
	}

	.news_info {
		font-size: 15px;
	}

	.news_info a {
		padding: 15px 8px;
		font-size: 15px;
		width: 170px;
	}

	.news_show_left {
		padding: 28px;
	}

	.news_show_left h2 {
		font-size: 1.4em;
	}

	.news_content {
		font-size: 15px;
	}
}

@media screen and (max-width:1440px) {

	.news_list ol li a {
		padding: 20px;
	}

	.news_list ol li .news-img {
		height: 200px;
	}

	.news_list ol li .news-info h3 {
		font-size: 18px;
	}

	.news_list ol li .news-info p {
		font-size: 13px;
	}

	.news_list ol li .news-date font {
		font-size: 27px;
	}

	.news_list ol li .news-date {
		top: 45px;
	}

	.news_show_left h2 {
		font-size: 1.3em;
	}

	.news_info {
		font-size: 14px;
	}

	.news_info a {
		padding: 12px 8px;
		font-size: 14px;
		width: 140px;
	}

	.news_content {
		font-size: 14px;
	}
}


/* expage */
.curr {
	display: inline-block;
	padding: 0 12px;
	margin-right: 1px;
	font-size: 16px;
	line-height: 35px;
	text-align: center;
	color: #fff;
	background: #000;
	border-radius: 0;
}

a.page {
	display: inline-block;
	padding: 0 12px;
	margin-right: 1px;
	font-size: 16px;
	line-height: 35px;
	text-align: center;
	color: #fff;
	background: #000;
	border-radius: 0;
}

a.page:visited {
	line-height: 42px;
	text-decoration: none;
	color: #fff;
}

.ra {
	color: #666;
}

.ra a,
.ra a:link {
	text-decoration: none;
	color: #666;
}

.ra a:hover {
	text-decoration: underline;
	color: #666;
}

.red {
	color: #ff3330;
}

.yrr {
	color: #FF9900;
}

.bb {
	font-weight: bold;
}

.expage {
	width: 100%;
	padding-top: 30px;
	margin-left: 0px;
	line-height: 30px;
	text-align: center;
}

.error {
	border: 1px #f40 solid;
}

.right {
	border: 1px #44b549 solid;
}






.pro-type {
	font-size: 0;
	display: flex;
	justify-content: center;
	position: relative;
	bottom: 0;
	width: 100%;
	background: #f2f2f2;
	z-index: 99;
	backdrop-filter: blur(2px);
}



.pro-type .pro-item {
	margin: 0 60px;
}

.pro-type .pro-item>a {
	position: relative;
	display: inline-block;
	padding: 20px 0 20px 0;
}

.pro-type .pro-img {
	width: 60px;
	height: 60px;
	margin: 0 auto 8px;
	background-size: 100% auto;
	background-repeat: no-repeat;
}

.pro-type .pro-item>a h3 {
	font-size: 14px;
	font-weight: normal;
	color: #333;
}

.pro-type .pro-item>a::after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 10;
	margin: 0 auto;
	display: block;
	width: 0;
	height: 2px;
	background-color: #000;
	transition: 0.3s all;
}

.pro-type .pro-item>a.on::after,
.pro-type .pro-item>a:hover::after {
	width: 100%;
}

.pro-type .pro-item>a:hover h3,
.pro-type .pro-item>a.on h3 {
	color: #000;
}

.pro-type .pro-item>a.on .pro-img,
.pro-type .pro-item>a:hover .pro-img {
	transform: rotateY(180deg);
}


.item-menu {
	position: absolute;
	top: 124px;
	left: 50%;
	z-index: 10;
	height: 0;
	min-height: 0;
	max-height: 0;
	margin-left: -100px;
	width: 200px;
	background-color: #fff;
	box-shadow: 0 12px 20px -10px rgba(0, 0, 0, .15);
	overflow: hidden;
}

.item-menu a {
	display: block;
	font-size: 14px;
	line-height: 40px;
	text-align: center;
	border-bottom: 1px solid #eee;
}

.item-menu a:hover {
	color: #fff;
	background-color: #000;
}

.pro-type .pro-item:hover .item-menu {
	height: auto;
	min-height: auto;
	max-height: 400px;
}

.product-box {
	padding: 2% 0;
}



.product-content {
	width: 100%;
	min-height: 680px;
	display: flex;
	justify-content: space-between;
}

/*zc修改*/
.product-side {
	width: 20%;
}

.product-side-nav {
	margin-bottom: 36px;
	padding-bottom: 36px;
	border-bottom: 1px solid #ccc;
}

.product-side-tit span {
	font-size: 20px;
	color: #000;
	font-weight: bold;
}

.product-side-tit {
	margin-bottom: 45px;
	padding-bottom: 36px;
	border-bottom: 1px solid #ccc;
}

.product-side-nav-tit {
	font-size: 20px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.product-side-nav-tit span {
	color: #000;
	font-weight: 700;
}

.product-side-nav-tit:hover span {
	color: #4a1401;
}

.product-side-nav-tit:hover i {
	width: 15px;
	height: 15px;
	background: url(pro-nav-active-ico.png) no-repeat;
	background-size: 100% 100%;
}

.product-side-nav-tit i {
	width: 15px;
	height: 15px;
	background: url(pro-nav-ico.png) no-repeat;
	background-size: 100% 100%;
}

.product-side-nav-tit i.on {
	transform: rotate(180deg);
	background: url(pro-nav-active-ico.png) no-repeat;
}

.product-side-nav-tit span.on {
	color: #4a1401;
}

.product-side-nav-list ul {
	display: none;
}

.product-side-nav-list ul.on {
	display: block;
}

.product-side-nav-list ul li a {
	margin-top: 20px;
	font-size: 16px;
	display: block;
	color: #838383;
}

.product-side-nav-list ul li a:hover {
	color: #4a1401;
}

.product-side-nav-list ul li a.on {
	color: #4a1401;
}

.pro-aline {
	width: 100%;
	font-size: 1rem;
	line-height: 2;
	padding-bottom: 20px;
	color: #fff;
}

.pro-aline a {
	display: inline-block;
	margin: 0 10px;
	color: #fff;
}

.pro-aline a:hover {
	text-decoration: underline;
}

.pro-aline a:first-child {
	margin-left: 0;
}

.type-box {
	display: flex;
	justify-content: space-between;
	border-radius: 12px;
	overflow: hidden;
	box-shadow: 0 0 25px 0 rgba(0, 0, 0, .1);
}

.type-video {
	width: 58.3333%;
	border-radius: 12px;
	overflow: hidden;
	background-color: #000;
}

.type-video:hover img {
	transform: scale(1.05, 1.05);
}

.type-video img {
	opacity: .5;
}

.type-video i {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	z-index: 1;
	width: 3.5468333vw;
	height: 3.5468333vw;
	min-height: 50px;
	min-width: 50px;
	background: url(../images/pro_video.png) center center/cover no-repeat;
}

.type-video a {
	cursor: pointer;
}

.type-info {
	width: 31.25%;
	height: 80%;
	padding-top: 7%;
	margin-right: 5%;
}

.type-info h3 {
	font-size: 1.875rem;
	margin-bottom: 3%;
	color: #000;
}

.type-info p {
	font-size: 1rem;
	line-height: 1.6;
}

.type-content {
	padding-top: 4%;
	font-size: 1rem;
	line-height: 1.8;
}

/*zc修改*/
.product-list {
	width: 70%;
}




.product-list ul,
.new-product ul {
	display: flex;
	flex-wrap: wrap;
}


.product-list ul li,
.new-product ul li {
	position: relative;
	width: calc(94%/3);
	height: 22.5vw;
	min-height: 331px;
	margin: 0 2% 2% 0;
	text-align: center;
	transition: all 0.5s;
	box-shadow: 0 2px 20px 0 rgb(0 0 0 / 5%);
	overflow: hidden;
	border-radius: 10px;
}

.new-product ul li {
	width: calc(94%/4);
	margin-bottom: 27px;
	background-color: #fff;
	padding-bottom: 10px;
}

.new-product ul li p {
	background-color: #fff;
}


.product-list ul li a,
.new-product ul li a {
	display: block;
	/* height: 100%; */
	background-color: #fff;
}
.product-list ul li:nth-child(3n) {
	margin-right: 0;
}


.new-product ul li:nth-child(4n) {
	margin-right: 0;
}

.product-list ul li .img,
.new-product ul li .img {
	margin: 20px;
	overflow: hidden;
	border-radius: 10px;
	
}

.product-list ul li img,
.new-product ul li img {
	width: 100%;
	overflow: hidden;
	border-radius: 10px;
}

.product-list ul li h3,
.new-product ul li h3 {
	font-size: 20px;
	line-height: 1;
	text-align: left;
	/* margin-top: 13px; */
	color: #000;
	background-color: #fff;
	padding-left: 20px;
}

.product-list ul li p,
.new-product ul li p {
	font-size: 16px;
	line-height: 1;
	color: #000;
	text-align: left;
	margin-top: 8px;
	padding-left: 20px;
}

.product-list ul li span,
.product-list ul li input,
.new-product ul li input {
	position: absolute;
	top: 19vw;
	left: 0;
	right: 0;
	z-index: 15;
	display: block;
	margin: 0 auto;
	width: 180px;
	font-size: 14px;
	line-height: 50px;
	height: 50px;
	text-align: center;
	border-radius: 0;
	color: #fff;
	background-color: #4a1401;
	opacity: 0;
	visibility: hidden;
}

.new-product ul li:hover {}

.product-list ul li:hover img,
.new-product ul li:hover img {
	transform: scale(1.05);
}




.product-list ul li em,
.new-product ul li em {
	position: absolute;
	font-size: 12px;
	top: 24px;
	left: 24px;
	display: block;
	padding: 4px 10px;
	background: #d8b865;
	color: #FFF;
	border-radius: 15px;
	font-family: 'Cairo';
	font-style: normal;
	z-index: 9;
	text-transform: uppercase;

}

.pro-serach-box {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100vw;
	min-width: 1280px;
	height: 15.36458vw;
	min-height: 200px;
	max-height: 295px;
	background: url(../images/pro_search_bg.jpg) center center/cover no-repeat;
}

.pro-serach {
	text-align: center;
	width: 33.75%;
	max-width: 650px;
}

.pro-serach h3 {
	font-size: 2rem;
	line-height: 2;
	color: #000;
	margin-bottom: 4%;
}

.pro-serach form {
	overflow: hidden;
	border-bottom: 1px solid #dcdcdc;
}

.pro-serach input[type="text"] {
	float: right;
	width: calc(100% - 70px);
	line-height: 55px;
	border: 0;
	padding: 0 10px;
	font-size: 1rem;
	font-family: Cairo, arial;
	background-repeat: no-repeat;
	background: no-repeat;
}

.pro-serach input[type="submit"] {
	float: left;
	width: 70px;
	height: 55px;
	border: 0;
	background: url(search.png) center center no-repeat;
}


.node {
	width: 100%;
	padding: 150px 0;
	text-align: center;
}

.node h4 {
	font-size: 30px;
	font-weight: normal;
	color: #000;
}

@media screen and (max-width:1680px) {
	.pro-title h3 {
		font-size: 1.25rem;
	}

	.pro-menu>ul>li>a {
		padding: 16px 20px;
		font-size: 1rem;
	}

	.pro-menu>ul>li:hover .menu-down,
	.pro-menu>ul>li.on .menu-down {
		padding: 8px 0;
	}

	.menu-down a {
		padding: 16px 20px;
		font-size: 0.875rem;
	}

	.pro-aline {
		font-size: 0.875rem;
	}

	.tact_center h2 {
		font-size: 48px;
	}

	.tact_center p {
		font-size: 16px;
	}


	.type-info h3 {
		font-size: 1.625rem;
	}

	.type-info p {
		font-size: 0.875rem;
	}

	.type-content {
		font-size: 0.875rem;
	}

	.product-list ul li em {
		top: 20px;
		left: 20px;
		padding: 3px 12px;
		font-size: 13px;
		border-radius: 20px;
	}

	.product-list ul li h3 {
		font-size: 1rem;
	}

	.product-list ul li p {
		font-size: 0.875rem;
	}

	.product-list ul li span,
	.product-list ul li input {
		width: 150px;
		font-size: 0.875rem;
		line-height: 45px;
		height: 45px;
	}

	.product-list ul li:hover span,
	.product-list ul li:hover input {
		opacity: 1;
		top: 22vw;
		visibility: initial;
	}

	.pro-serach h3 {
		font-size: 1.625rem;
	}

	.pro-serach input[type="text"] {
		width: calc(100% - 60px);
		line-height: 50px;
	}

	.pro-serach input[type="submit"] {
		width: 60px;
		height: 50px;
	}
}

@media screen and (max-width:1680px) {
	.pro-title h3 {
		font-size: 1.0625rem;
	}
}

@media screen and (max-width:1440px) {
	.pro-title h3 {
		font-size: 1rem;
	}

	.pro-menu>ul>li>a {
		padding: 14px 18px;
		font-size: 0.875rem;
	}

	.menu-down a {
		padding: 14px 18px;
		font-size: 0.75rem;
	}

	.pro-menu>ul>li:hover .menu-down,
	.pro-menu>ul>li.on .menu-down {
		padding: 6px 0;
	}

	.pro-aline {
		font-size: 0.75rem;
	}

	.tact_center h2 {
		font-size: 45px;
	}

	.tact_center p {
		font-size: 16px;
	}

	.type-info h3 {
		font-size: 1.375rem;
	}

	.type-info p {
		font-size: 0.75rem;
	}

	.type-content {
		font-size: 0.75rem;
	}

	.product-list ul li em {
		top: 20px;
		left: 20px;
		padding: 2px 10px;
		font-size: 12px;
		border-radius: 20px;
	}

	.product-list ul li h3 {
		font-size: 0.875rem;
	}

	.product-list ul li p {
		font-size: 0.75rem;
	}

	.product-list ul li:hover span,
	.product-list ul li:hover input {
		opacity: 1;
		top: 24vw;
		visibility: initial;
	}


	.product-list ul li span,
	.product-list ul li input {
		width: 130px;
		font-size: 12px;
		line-height: 40px;
		height: 40px;
	}

	.pro-serach h3 {
		font-size: 1.375rem;
	}

	.pro-serach input[type="text"] {
		width: calc(100% - 56px);
		line-height: 45px;
	}

	.pro-serach input[type="submit"] {
		width: 56px;
		height: 45px;
	}




}

@media screen and (max-width: 1280px) {
	.product-list ul li span {
		top: 325px;
	}
}






.mask_bg,
.main_bg {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10000;
	display: none;
	background: #000;
	opacity: 0;
	-webkit-animation: maskShow cubic-bezier(0.68, -0.55, 0.27, 1.55) 1s forwards;
	-o-animation: maskShow cubic-bezier(0.68, -0.55, 0.27, 1.55) 1s forwards;
	-ms-animation: maskShow cubic-bezier(0.68, -0.55, 0.27, 1.55) 1s forwards;
	animation: maskShow cubic-bezier(0.68, -0.55, 0.27, 1.55) 1s forwards;
}

@-webkit-keyframes maskShow {
	from {
		opacity: 0;
	}

	to {
		opacity: 0.7;
	}
}

@-o-keyframes maskShow {
	from {
		opacity: 0;
	}

	to {
		opacity: 0.7;
	}
}

@-ms-keyframes maskShow {
	from {
		opacity: 0;
	}

	to {
		opacity: 0.7;
	}
}

@keyframes maskShow {
	from {
		opacity: 0;
	}

	to {
		opacity: 0.7;
	}
}

.video_show {
	width: 1000px;
	height: 680px;
	position: fixed;
	left: 50%;
	margin-left: -500px;
	top: -1000px;
	margin-top: -340px;
	opacity: 0;
	z-index: 10001;
	border-radius: 5px;
	display: none;
	-webkit-animation: introShow cubic-bezier(0.68, -0.55, 0.27, 1.55) 1.2s 0.5s forwards;
	-o-animation: introShow cubic-bezier(0.68, -0.55, 0.27, 1.55) 1.2s 0.5s forwards;
	-ms-animation: introShow cubic-bezier(0.68, -0.55, 0.27, 1.55) 1.2s 0.5s forwards;
	animation: introShow cubic-bezier(0.68, -0.55, 0.27, 1.55) 1.2s 0.5s forwards;
}

@-webkit-keyframes introShow {
	from {
		opacity: 0;
		top: -1000px;
	}

	to {
		opacity: 1;
		top: 50%;
	}
}

@-o-keyframes introShow {
	from {
		opacity: 0;
		top: -1000px;
	}

	to {
		opacity: 1;
		top: 50%;
	}
}

@-ms-keyframes introShow {
	from {
		opacity: 0;
		top: -1000px;
	}

	to {
		opacity: 1;
		top: 50%;
	}
}

@keyframes introShow {
	from {
		opacity: 0;
		top: -1000px;
	}

	to {
		opacity: 1;
		top: 50%;
	}
}

.video_show i {
	display: block;
	width: 40px;
	height: 40px;
	position: absolute;
	right: -17px;
	top: 18px;
	line-height: 40px;
	font-size: 20px;
	text-align: center;
	cursor: pointer;
	color: #fff;
	font-size: 22px;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	font-weight: bold;
	background: url(closed.png);
	background-size: cover;
}

.video_show i:hover {
	transform: rotate(90deg);
}

.video_show .content {
	width: 90%;
	margin: 20px 5%;
}

.video_show .content h2 {
	line-height: 50px;
	color: #4c321c;
}

.video_show .content .show_date {
	width: 100%;
	height: 25px;
	margin: 10px 0;
	background: #F9F9F9;
	line-height: 25px;
	color: #666;
	text-indent: 2em;
}

.video_show .content .show_intro {
	width: 100%;
	text-align: left;
	font-size: 14px;
	border: 10px solid #fff;
	background-color: #000;
	display: grid;
}

.video_show iframe,
.video_show video {
	width: 100%;
	max-height: 500px;
}


.video_ise {
	display: inline-block !important;
	width: 81px;
	height: 81px;
	cursor: pointer;
	line-height: 50px;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	opacity: 1;
	z-index: 99;
}

.video_ise img {
	width: 100%;
}

.pro_video:hover .video_ise {
	transform: scale(1.08, 1.08);
}

.pro_video:hover .video_img {
	opacity: .9;
}

.pro_video {
	background-color: #000;
}

.product-show-img-top {
	overflow: hidden;
	border-radius: 15px;
}



.pro-box {
	padding: 4% 0;
	overflow: hidden;
}

.pro-container {
	width: 81.45%;
	margin: 0 auto;
	min-width: 1200px;
	max-width: 1440px;
	display: block;
}

.pro-con{
	display: flex;
	justify-content:space-between;
}

.product-left {
	width: calc(100% - 400px);
	
}



.product-img {
	border-radius: 10px;
	overflow: hidden;
	width: 460px;
	float: left;
	position: relative;
}

.product-img .swiper-pagination span.swiper-pagination-bullet-active {
	background-color: #333;
}



.product-show-img-thumbs {
	width: 300px;
	margin: 15px auto;
}

.product-show-img-thumbs .swiper-slide {
	border-radius: 15px;
	overflow: hidden;
	box-sizing: border-box;
	border: 1px solid #fff;
	cursor: pointer;
}

.product-show-img-thumbs .swiper-slide.swiper-slide-thumb-active {
	border-color: #000;
}

.product-show-prev,
.product-show-next {
	position: absolute;
	bottom: 42px;
	width: 31px;
	height: 31px;
	background: url(../images/ad_ctr03.png) no-repeat;
	cursor: pointer;
	background-size: 100%;
}

.product-show-prev {
	left: 40px;
	background-position: 0 -1px;
}

.product-show-next {
	right: 40px;
	background-position: 0 -33px;
}

.product-show-prev.swiper-button-disabled,
.product-show-next.swiper-button-disabled {
	opacity: 0.2;
}

.provideo img.videoico {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	width: 40px;
	height: 40px;
	margin: auto;
}


.product-left-top {
	display: flex;
	justify-content: space-between;
}

.pro-search form {
	width: 400px;
	height: 48px;
	background-color: #fff;
	border: 1px solid #f1f1f1;
	border-radius: 30px;
	overflow: hidden;
}

.pro-search input[type="text"] {
	float: left;
	width: 330px;
	padding: 0 30px;
	line-height: 48px;
	box-sizing: border-box;
	border: none;
	outline: none;
}

.pro-search [type="submit"] {
	float: right;
	width: 68px;
	height: 48px;
	background: url(search.png) center no-repeat;
	cursor: pointer;
}



.product-info {
	width: 48%;
	padding: 0 0;
	float: left;
}

.product-info h2 {
	font-size: 1.75rem;
	line-height: 1.3;
	color: #000;
	margin-bottom: 3%;
}

.product-info h3 {
	font-size: 20px;
	line-height: 1.3;
	color: #333;
	font-weight: normal;
	margin-bottom: 3%;
}

.product-info p {
	font-size: 1.125rem;
	line-height: 2;
	color: #7b7b7b;
}

.product-button {
	overflow: hidden;
	padding-top: 20%;
}

.product-button-01,
.product-button-02 {
	display: block;
	width: 48%;
	font-size: 1rem;
	line-height: 50px;
	height: 50px;
	text-align: center;
	color: #fff;
	border-radius: 30px;
	border: none;
	outline: none;
	-webkit-appearance: none;
	font-family: Cairo, arial;
	transition: all 0.4s;
}

.product-button-01 {
	background-color: #4a1401;
}

.product-button-02 {
	background-color: #fff;
	color: #000;
	border: 1px solid #000;
}

.product-button-01:hover {
	background-color: #4a1401;
}

.product-button-02:hover {}

.pro-show-content {
	padding: 40px 0px 0;
}

.pro-show-content h3 {
	font-size: 26px;
	line-height: 2.5;
	border-bottom: 1px solid #e5e5e5;
	margin-bottom: 20px;
	color: #000000;
	font-family: Cairo, arial;
	font-weight: 400;
}

.product-Description {
	height: 500px;
	overflow: hidden;
	background: #000;
}

.product-Description video {
	height: 100%;
}


.product-desc {
	margin-bottom: 6%;
}

.product-desc li {
	color: #666;
	line-height: 2;
	font-size: 14px;
	text-align: left;
	float: left;
	width: 50%;
	font-size: 15px;
	line-height: 35px;
	position: relative;
	padding-left: 13px;
}

.product-desc li::before {
	content: "";
	display: block;
	width: 4px;
	height: 4px;
	overflow: hidden;
	background-color: #ccc;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -2px;
}



.pro-description {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 50px;
	padding: 20px;
}

.pro-description p {
	color: #666;
}

.product-contact {
	border-radius: 20px;
	overflow: hidden;
	margin-top: 20px;
}

.product-recom {
	width: 320px;
	overflow: hidden;
	box-shadow: 0 0 20px 0 rgb(0 0 0 / 10%);
	padding: 35px;
	border-radius: 20px;
	overflow: hidden;
}



.product-recom h3 {
	color: #000;
	font-size: 20px;
	line-height: 1.4;
	margin-bottom: 20px;
}


.product-recom ul li {
	margin-bottom: 10%;
	width: 100%;
	background-color: #fff;
	position: relative;
}

.product-recom ul li:hover .img img {
	transform: scale(1.1);
}

.product-recom ul li a {
	position: relative;
	overflow: hidden;
}

.product-recom ul li .img {
	width: 100%;
	border-radius: 10px;
	overflow: hidden;
}

.product-recom ul li .text {
	width: 100%;
	margin-top: 10px;
}

.product-recom ul li h4 {
	font-size: 1.25rem;
	line-height: 1.5;
	font-weight: normal;
	color: #000;
}

.product-recom ul li p {
	font-size: 1rem;
	line-height: 1.2;
	color: #adadad;
}

.product-recom ul li em {
	display: block;
	position: absolute;
	left: 10px;
	top: 10px;
	font-size: 0.875rem;
	padding: 4px 10px;
	border-radius: 30px;
	color: #fff;
	z-index: 99;
	font-style: normal;
	background-color: #000;
}

.product-detailed {
	width: 100%;
	overflow: hidden;
}

.product-detailed img{
	width:auto;
	max-width: 100%;
}

.botmbar_list {
	position: fixed;
	z-index: 30;
	width: 40px;
	right: 2%;
	bottom: 14%;
	opacity: 0;
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.botmbar_list a {
	position: relative;
	display: block;
	width: 40px;
	height: 40px;
	margin-bottom: 15px;
}

.botmbar_list a .botmbar_img {
	display: block;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	overflow: hidden;
	background-color: #fff;
	box-shadow: 0 0 25px 0 rgba(0, 0, 0, .15);
}

.botmbar_box {
	position: absolute;
	top: 50%;
	right: 50px;
	text-align: center;
	z-index: 1;
	transform: translateY(-50%);
	visibility: hidden;
}

.botmbar_box i {
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto 0;
	right: -4px;
	display: block;
	width: 8px;
	height: 8px;
	background-color: #fff;
	transform: rotate(45deg);
}

.botmbar_box .radius {
	padding: 4px;
	background-color: #fff;
	box-shadow: 0 0 25px 0 rgba(0, 0, 0, .15);
}

.botmbar_box .botmbar_tel {
	border-radius: 4px;
	width: 180px;
	padding: 12px;
	font-size: 14px;
	background-color: #fff;
	box-shadow: 0 0 25px 0 rgb(0 0 0 / 15%);
}

.botmbar_box .radius img {
	width: 150px;
	height: 150px;
	min-width: 150px;
}

.botmbar_list a:hover .botmbar_box {
	visibility: visible;
	opacity: 1;
}






.consult-top {
	bottom: calc(4% + 60px);
	right: 2%;
	position: fixed;
	width: 375px;
	height: 575px;
	padding: 30px 35px 50px;
	margin-bottom: 25px;
	border-radius: 10px;
	overflow: hidden;
	background-color: #333;
	box-shadow: 0 15px 30px -10px rgba(0, 0, 0, .3);
	opacity: 0;
	visibility: hidden;
	z-index: 200;
}

.consult-top.on {
	opacity: 1;
	visibility: inherit;
	bottom: calc(4% + 80px);
}

.consult-top::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 0;
	display: block;
	width: 100%;
	height: 110px;
	background-color: #fff;
	border-radius: 10px 0 0 0;
}

.consult-top i {
	float: right;
	position: relative;
	z-index: 1;
	width: 10px;
	height: 10px;
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
	transform: rotate(45deg);
	cursor: pointer;
}

.consult-top h3 {
	margin-top: 25px;
	font-size: 30px;
	line-height: 2;
	color: #fff;
}

.consult-top p {
	font-size: 16px;
	line-height: 1.6;
	color: #fff;
	margin-bottom: 45px;
}

.consult-top h5 {
	font-size: 14px;
	line-height: 1.5;
	font-weight: normal;
	color: #fff;
}

.consult-top input[type="text"] {
	width: 100%;
	color: #c4c8d3;
	line-height: 40px;
	border: 0;
	border-bottom: 1px solid #4a4a4a;
	background: none;
}

.consult-name {
	position: relative;
	margin-bottom: 35px;
}

.consult-email {
	position: relative;
	margin-bottom: 70px;
}

.consult-top em {
	position: absolute;
	left: 0;
	bottom: -30px;
	line-height: 30px;
	font-style: normal;
}

.consult-submit {
	position: relative;
	z-index: 1;
	padding: 6%;
	background-color: #fff;
	border: 2px solid #bfbfbf;
	border-radius: 10px;
}

.consult-top input[type="submit"] {
	width: 100%;
	color: #fff;
	line-height: 50px;
	font-weight: bold;
	border: 0;
	background-color: #4a1401;
	border-radius: 5px;
}

.consult-bottom {
	text-align: right;
	height: 80px;
}

.consult-info {
	position: fixed;
	right: calc(2% + 70px);
	bottom: 4%;
	z-index: 200;
	display: inline-block;
	width: 280px;
	height: 80px;
	padding: 20px 25px;
	text-align: left;
	margin-right: 10px;
	border-radius: 5px 5px 0 5px;
	box-sizing: border-box;
	background-color: #fff;
	box-shadow: 0 10px 18px -6px rgba(0, 0, 0, .25);
}

.consult-info::after {
	content: "";
	position: absolute;
	bottom: 0;
	right: -10px;
	display: block;
	width: 10px;
	height: 14px;
	background: url(../images/consult_img.png) center no-repeat;
}

.consult-info h4,
.consult-info p {
	font-size: 14px;
	color: #656565;
	line-height: 1.5;
}

.consult-info i {
	position: absolute;
	top: 15px;
	right: 20px;
	display: block;
	width: 22px;
	height: 22px;
	border-radius: 50%;
	border: 1px solid #e3e5e7;
	cursor: pointer;
	transform: rotate(45deg);
}

.consult-info i::before {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 1px;
	height: 65%;
	background-color: #6d737a;

}

.consult-info i::after {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 65%;
	height: 1px;
	background-color: #6d737a;
}

.consult-icon {
	position: fixed;
	right: 2%;
	bottom: 4%;
	z-index: 200;
	display: inline-block;
	width: 64px;
	height: 64px;
	border-radius: 50%;
	background-color: #4a1401;
	cursor: pointer;
}

.consult-icon:hover img {
	transform: rotateY(180deg);
}









@media screen and (max-width:1680px) {

	.video_ise {
		width: 71px;
		height: 61px;
	}

	.product-info h2 {
		font-size: 1.5rem;
	}

	.product-info p {
		font-size: 1rem;
	}

	.product-button-01,
	.product-button-02 {
		font-size: 0.9375rem;
		line-height: 46px;
		height: 46px;
	}

	.product-itse h3,
	.product-recom h3 {
		font-size: 20px;
	}

	.pro-show-content h3 {
		font-size: 24px;
	}

	.pro-more {
		font-size: 0.8125rem;
	}

	.product-img {
		width: 400px;
	}

	.product-show-prev {
		left: 20px;
	}

	.product-show-next {
		right: 20px;
	}

	.product-show-img-thumbs {
		width: 260px;
	}

	.product-left {
		width: calc(100% - 380px);
		float: left;
	}

	.product-recom {
		width: 300px;
		padding: 26px;
	}

	.product-contact {
		width: 300px;

	}


	.product-recom ul li h4 {
		font-size: 1.125rem;
	}

	.product-recom ul li p {
		font-size: 0.875rem;
	}

	.product-recom ul li em {
		font-size: 0.8125rem;
		padding: 3px 8px;
	}
}

@media screen and (max-width:1440px) {
	.product-img {
		border-radius: 6px;
		width: 400px;
	}

	.product-show-prev {
		left: 20px;
	}

	.product-show-next {
		right: 20px;
	}

	.product-show-img-thumbs {
		width: 260px;
	}

	.pro-show-content h3 {
		font-size: 22px;
	}

	.video_ise {
		width: 61px;
		height: 61px;
	}

	.product-info h2 {
		font-size: 1.25rem;
	}

	.product-info p {
		font-size: 0.875rem;
	}

	.product-button-01,
	.product-button-02 {
		font-size: 0.875rem;
		line-height: 42px;
		height: 42px;
	}

	.product-itse h3,
	.product-recom h3 {
		font-size: 1.125rem;
		margin-bottom: 6%;
	}

	.pro-more {
		font-size: 0.75rem;
	}

	.patent {
		line-height: 42px;
		padding-left: 50px;
		font-size: 12px;
	}


	.product-left {
		width: calc(100% - 340px);
		float: left;
	}

	.product-recom {
		width: 280px;
		padding: 26px;
	}

	.product-contact {
		width: 280px;

	}

	.product-recom ul li h4 {
		font-size: 1rem;
	}

	.product-recom ul li p {
		font-size: 0.75rem;
	}

	.product-recom ul li em {
		font-size: 0.75rem;
		padding: 2px 6px;
	}
}



.series-list ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.series-list ul li {
	position: relative;
	width: 49%;
	border-radius: 12px;
	overflow: hidden;
	margin-bottom: 2%;
}

.series-list ul li h3 {
	position: absolute;
	left: 0;
	bottom: 4.5%;
	padding: 0 4.5%;
	font-size: 1.25rem;
	line-height: 2;
	color: #fff;
}

.series-list ul li:hover img {
	transform: scale(1.05, 1.05);
}

.series-box {
	padding: 4.5% 0;
}

.series-top {
	display: flex;
	justify-content: space-between;
	margin-bottom: 3%;
}

.series-img {
	pointer-events: none;
	width: 74%;
	border-radius: 12px;
	overflow: hidden;
}

.series-text {
	width: 24%;
	border-radius: 12px;
	padding: 4% 3%;
	background-color: #fff;
}

.series-text h3 {
	font-family: 'Cairo';
	font-size: 2.5rem;
	line-height: 1.3;
	margin-bottom: 6.5%;
	color: #000;
}

.series-text p {
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 16%;
	color: #666;
}

.series-text a {
	display: inline-block;
	width: 75%;
	line-height: 50px;
	font-size: 16px;
	border-radius: 30px;
	color: #fff;
	text-align: center;
	background-color: #333;
}

.series-text a:hover {
	box-shadow: 0 0 15px 0 rgba(0, 0, 0, .1);
}

.series-bottom {
	display: flex;
	justify-content: end;
}

.series-pro {
	width: 74%;
}

.series-pro ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: left;
}

.series-pro ul li {
	width: calc(94%/4);
	margin: 0 2% 2% 0;
	background-color: #fff;
	border-radius: 10px;
	overflow: hidden;
}

.series-pro ul li:nth-child(4n) {
	margin-right: 0;
}

.series-pro ul li h3 {
	font-weight: normal;
	text-align: center;
	line-height: 3.5;
}

.series-pro ul li:hover {
	transform: translateY(-5px);
	box-shadow: 0 0 20px 0 rgba(0, 0, 0, .15);
}


@media screen and (max-width:1680px) {
	.series-text p {
		font-size: 0.875rem;
	}

	.series-text h3 {
		font-size: 1.8rem;
	}

	.series-text a {
		line-height: 45px;
		font-size: 0.9375rem;
	}
}

@media screen and (max-width:1440px) {
	.series-text p {
		font-size: 0.75rem;
	}

	.series-text h3 {
		font-size: 1.3rem;
	}

	.series-text a {
		line-height: 40px;
		font-size: 0.75rem;
	}
}


/**/

.cart_page {
	width: 646px;
	min-height: 370px;
	text-transform: capitalize;
	overflow: hidden;
	position: fixed;
	left: 50%;
	top: 50%;
	margin: -278px 0 0 -323px;
	z-index: 10001;
	background-color: #fff;
	border-radius: 10px;
	opacity: 0;
	display: none;
	box-sizing: border-box;
	-webkit-animation: cartShow cubic-bezier(0.68, -0.55, 0.27, 1.55) 1s forwards;
	-o-animation: cartShow cubic-bezier(0.68, -0.55, 0.27, 1.55) 1s forwards;
	-ms-animation: cartShow cubic-bezier(0.68, -0.55, 0.27, 1.55) 1s forwards;
	animation: cartShow cubic-bezier(0.68, -0.55, 0.27, 1.55) 1s forwards;
}

.cart_list {
	min-height: 300px;
	padding: 30px;
	box-sizing: border-box;
}

.cart_list ul {
	width: 100%;
	float: left;
	height: 390px;
	overflow-y: overlay;
	box-sizing: border-box;
}

.cart_list .add_order {
	color: #fff;
	text-align: center;
	cursor: pointer;
	cursor: pointer;
	background: #4a1401;
	height: 58px;
	line-height: 58px;
	border-radius: 50px;
	margin: 30px 0;
	width: 100%;
	float: left;
	font-size: 16px;
}

.cart_list ul li {
	width: 100%;
	overflow: hidden;
	background: #fff;
	margin: 0;
	position: relative;
	box-sizing: border-box;
	color: #fff;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 40px;
}

.cart_list ul li:nth-child(2n) {
	margin-right: 0;
}

.cart_list ul li strong {

	cursor: pointer;

}

.cart_list ul li strong i {
	width: 30px;
	height: 30px;
	background-image: url(del.png);
	display: block;
	background-size: 100%;
	margin: 0 auto;
}

.cart_list ul li strong span {
	color: #000;
	text-align: center;
	display: block;
	font-size: 12px;
	padding-top: 5px;
	opacity: 0;
	margin: 0 auto;
	font-weight: 400;
	line-height: 1;
}

.cart_list ul li strong:hover span {
	text-decoration: underline;
	opacity: 1;
}

.cart_list ul li:hover strong {
	opacity: 1;
}

.cart_list ul li .pro_top .fl {
	width: 120px;
	height: 120px;
	overflow: hidden;
}

.cart_list ul li .pro_top {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.cart_list ul li .pro_bot {
	width: auto;
	padding-top: 8px;
	padding-left: 10px;
}

.cart_list ul li .pro_bot h3 {
	color: #000;
	font-size: 18px;
	margin-bottom: 10px;
}

.cart_list ul li .pro_bot p {
	line-height: 1.5;
	text-transform: capitalize;
	color: #989898;
	font-size: 14px;
}

.cart_list ul::-webkit-scrollbar,
.headcart ul::-webkit-scrollbar {
	width: 5px;
	height: 5px;
}

.cart_list ul::-webkit-scrollbar-track,
.headcart ul::-webkit-scrollbar-track {
	background: #fff;
}

.cart_list ul::-webkit-scrollbar-thumb,
.headcart ul::-webkit-scrollbar-thumb {
	background-color: #ccc;
	border-radius: 30px;
	overflow: hidden;
}

.cart_list ul::-webkit-scrollbar-thumb:hover,
.headcart ul::-webkit-scrollbar-thumb:hover {
	background-color: #ccc;
}

.cart_list ul::-webkit-scrollbar-corner,
.headcart ul::-webkit-scrollbar-corner {
	background-color: #ccc;
}

.cart_list ul::-webkit-scrollbar-resizer,
.headcart ul::-webkit-scrollbar-resizer {
	background-color: #ccc;
}




.cart_page_t,
.cart-page-t {
	position: relative;
}

.cart_page_t h3,
.cart-page-t h3 {
	line-height: 64px;
	color: #000;
	/* border-bottom: 1px solid #eee; */
	padding: 0 30px;
	font-size: 24px;
}

.cart_page_t i,
.cart-page-t i {
	position: absolute;
	right: 20px;
	top: 25px;
}

@-webkit-keyframes cartShow {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

@-o-keyframes cartShow {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

@-ms-keyframes cartShow {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

@keyframes cartShow {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}



.send_page,
.cart-page {
	width: 646px;
	min-height: 370px;
	text-transform: capitalize;
	overflow: hidden;
	position: fixed;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	z-index: 10001;
	background-color: #fff;
	border-radius: 10px;

	opacity: 0;
	display: none;
	box-sizing: border-box;
	-webkit-animation: cartShow cubic-bezier(0.68, -0.55, 0.27, 1.55) 1s forwards;
	-o-animation: cartShow cubic-bezier(0.68, -0.55, 0.27, 1.55) 1s forwards;
	-ms-animation: cartShow cubic-bezier(0.68, -0.55, 0.27, 1.55) 1s forwards;
	animation: cartShow cubic-bezier(0.68, -0.55, 0.27, 1.55) 1s forwards;
}

.send_page .send_page_c p,
.cart-page .cart-page-c p {
	font-size: 16px;
	line-height: 1.8;
	margin-bottom: 10px;
}

.send_page .send_page_c,
.cart-page .cart-page-c {
	padding: 20px 30px 30px;
}

.send_page_product,
.cart-page-product {
	position: relative;
	float: left;
	/* margin-top: 10px; */
	width: 100%;
}

.send_page_product h4,
.cart-page-product h4 {
	font-size: 24px;
	margin-bottom: 10px;
	font-weight: bold;
	color: #000;
}

.send_page_product ul,
.cart-page-product ul {
	width: 100%;
	float: left;
	height: 380px;
	overflow-y: overlay;
	padding-right: 5px;
	margin-bottom: 10px;
}

.send_page_product ul::-webkit-scrollbar,
.cart-page-product ul::-webkit-scrollbar {
	width: 2px;
}

.send_page_product ul::-webkit-scrollbar-track,
.cart-page-product ul::-webkit-scrollbar-track {
	background: #eee;
}


.send_page_product ul li,
.cart-page-product ul li {
	width: 100%;
	overflow: hidden;
	background: #fff;
	margin: 0;
	position: relative;
	box-sizing: border-box;
	color: #fff;
	/* min-height: 200px; */
	margin-bottom: 20px;
}

.send_page_product ul li i,
.cart-page-product ul li i {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 888;
	display: block;
}

.send_page_product ul li i input {
	width: 20px;
	height: 20px;
}


.send_page_product ul li:nth-child(2n),
.cart-page-product ul li:nth-child(2n) {
	margin-right: 0;
}

.send_page_product ul li .pro_top,
.cart-page-product ul li .pro_top {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.send_page_product ul li .pro_top .fl,
.cart-page-product ul li .pro_top .fl {
	width: 120px;
	height: 120px;
	float: none;
	overflow: hidden;
	margin-right: 58px;
}

.send_page_product ul li .pro_bot,
.cart-page-product ul li .pro_bot {
	float: none;
	width: auto;
	flex: 1;

}

.send_page_product ul li .pro_bot h3,
.cart-page-product ul li .pro_bot h3 {
	color: #000;
	font-size: 16px;
	margin-bottom: 5px;
}

.send_page_product ul li .pro_bot p,
.cart-page-product ul li .pro_bot p {
	line-height: 1.5;
	text-transform: capitalize;
	color: #989898;
	font-size: 14px;
}

.send_page_product ul li:hover img,
.cart-page-product ul li:hover img {
	transform: scale(1.1, 1.1);
}

.send_page_product ul li a {}




.msg-name,
.msg-eml,
.msg-mobile {
	width: 100%;
	height: 60px;
	position: relative;
	margin-bottom: 24px;
}




.msg input[type="text"] {
	width: 100%;
	padding: 5px 20px;
	line-height: 50px;
	border: 0;
	border: 1px solid #d2d2d2;
	box-sizing: border-box;
	background: none;
	border-radius: 12px;
	display: block;
}

.msg input[type="text"]:focus {
	border: 2px solid #000;
}



.msg em {
	display: block;
	padding: 0 22px;
	line-height: 25px;
	position: absolute;
	font-style: normal;
	right: 0;
	top: 19px;
}

.msg i {
	display: block;
	font-size: 14px;
	color: #b2b2b2;
	font-style: normal;
	opacity: 1;
	position: absolute;
	z-index: 2;
	top: 20px;
	left: 20px;
}

.msg i.on {
	position: absolute;
	z-index: 2;
	top: 8px;
	left: 20px;
	font-size: 12px;
}


.msg [type="submit"] {
	width: 100%;
	height: 55px;
	font-size: 14px;
	line-height: 55px;
	color: #fff;
	border-radius: 30px;
	background-color: #4a1401;
	cursor: pointer;
}


.keyword_title {
	padding-bottom: 4%;
}

.keyword_title h4 {
	font-size: 18px;
	line-height: 2;
	color: #000;
}

/*zc修改新增*/
.product-help {
	background: #4a1401;
	border-radius: 15px;
	margin: 114px auto;
	text-align: center;
	color: #fff;
	padding: 80px 0;
}

.product-box p {
	font-size: 20px;
	margin-bottom: 35px;
	line-height: 1;
}

.product-help h4 {
	font-size: 32px;
	margin-bottom: 50px;
	line-height: 1.4;
}

.product-help a {
	color: #fff;
	display: block;
	border-radius: 15px;
	background: #d8b865;
	font-size: 15px;
	width: 300px;
	margin: 0 auto;
	line-height: 1;
	padding: 16px 0;
}

.product-help a:hover {
	background-color: #e3bf60;
}

.menu-nav a {
	font-size: 16px;
	color: #a4a4a4;
}

.menu-nav a em {
	font-weight: bold;
	font-style: normal;
	color: #000;
}

.about-04-desc h2 {
	font-size: 40px;
    color: #fff;
    margin-bottom: 30px;
    line-height: 1.2;
}

.about-04-desc p {
	margin-bottom: 20px;
	font-size: 16px;
	line-height: 1.2;
}



@media screen and (max-width:1680px) {
    .about-04-desc h2{
        font-size: 32px;
    }
}

@media screen and (max-width:1440px) {

	.theme-video{
		width: auto;
	}
	
	.theme-introduce-text h3 {
		font-size: 26px;
	}

	.theme-introduce-right {
		width: 56.94%;
		margin-left: 20px;
	}
    
	.theme-introduce-right01-tit{
		top:50px;
	}
	.theme-introduce-right01-tit i{
		width: 80px;
		height: 80px;
	}
	.theme-introduce-right01-tit p{
		font-size: 16px;
		margin-top: 5px;
	}
	.introduce-right-01 .theme-introduce-text{
		bottom: 10px;
	}
	.introduce-right-01 .theme-introduce-text h3{
		font-size: 26px;
	}
	.introduce-right-02 .theme-introduce-text{
		bottom: 30px;
	}
	.introduce-right-02 .theme-introduce-text h3{
		font-size: 26px;
		margin-bottom: 20px;
	}
	.introduce-right-02 .theme-introduce-text p{
		font-size: 14px;
	}

	.theme-about-text{
		width: 600px;
		padding-top: 17px;
	}
	.theme-about-text h1{
		margin-bottom: 30px;
	}
	.theme-about-text p{
		margin-bottom: 30px;
	}
	.theme-about-factory{
		width: 600px;
	}

	.onelist-title {
		font-size: 40px;
		text-transform: uppercase;
		margin-right: 26px;
		letter-spacing: 1px;
	}

	.product-help h4{
		line-height: 1.2;
		font-size: 24px;
	}
	
	.service-05-item{
		margin-bottom: 20px;
	}

	.service-05-item h4{
		font-size: 20px;
	}

	.service-05-item p{
		margin-top: 14px;
	}

	.service-05-right{
		padding-right: 0;
	}

	.tact-center h2{
		font-size: 80px;
	}

	.service-con-text h4{
		font-size: 30px;

	}
	.service-con-text p{
		font-size: 16px;
		line-height: 1.5;
	}
	.service-04-desc h2{
		font-size: 30px;
	}
	.service-04-desc p{
        font-size: 14px;
	}

	.about-01-text h4{
		font-size: 40px;
		margin-bottom: 20px;
	}
	.about-01-text p{
		font-size: 14px;
		margin-bottom: 20px;

	}
	.about-03-text h4{
		padding: 20px 0;
	}
	
	.about-02-text h4{
		font-size: 46px;
		margin-bottom: 20px;
	}

	.index-blog .swiper-slide .news-info {
		padding: 70px 36px;
	}

}




.faq-list{
	padding: 5% 0;
	float: right;
}
.faq-list ul{
	margin-bottom: 4%;
	border-top: 1px solid #cbd5da;
}
.faq-list ul li{
	position: relative;
	cursor: pointer;
	padding: 20px 40px 20px 80px;
	border-bottom: 1px solid #cbd5da;
}
.faq-list ul li h3{
	font-size: 20px;
	line-height: 2.5;
	color: #000;
}
.faq-list ul li p{
	max-height: 0;
	width: 80%;
	height: auto;
	overflow: hidden;
	font-size: 20px;
	color: #565c5f;
	opacity: 0;
	line-height: 32px;
	transition: all 0.6s;
}
.faq-list ul li.on{
	padding-bottom: 40px;
}
.faq-list ul li.on p{
	opacity: 1;
	max-height: 300px;
}
.faq-list ul li i{
	position: absolute;
	display: block;
	width: 20px;
	height: 20px;
	left: 30px;
	top: 35px;
}
.faq-list ul li i::before{
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	display: block;
	width: 100%;
	height: 2px;
	background-color: #000;
}
.faq-list ul li i::after{
	content: "";
	position: absolute;
	left: 50%;
	top: 0;
	transform: translateX(-50%);
	display: block;
	width: 2px;
	height: 100%;
	background-color: #000;
}
.faq-list ul li.on i::after{
	width: 0;
}

.login_bg{
	width: 100vw;
	height: 100vh;
	display: flex;
	justify-content: space-between;
}
.login_img{
	width: 63%;
	height: 100%;
	background: url(../images/login_bg.jpg) center center/cover no-repeat;
}
.login_box{
	width: 37%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #fff;
	box-shadow: 0 0 40px 0 rgba(0,0,0,0.05);
}
.login_text{
	width: 54%;
}
.login_text a.l_logo{
	display: block;
	width: 71.61%;
	margin: 0 auto 14%;
}
.login_text .formitem{
	position: relative;
	padding-bottom: 30px;
}
.login_text input[type='password']{
	width: 100%;
	padding: 0 20px;
	line-height: 60px;
	background-color: #eee;
	font-size: 16px;
	border-radius: 10px;
	border: 0;
}
.login_text input[type='submit']{
	width: 100%;
	line-height: 60px;
	font-size: 16px;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	background-color: #4a1401;
	border-radius: 10px;
	margin-bottom: 14%;
}

.pic-v{
	margin-bottom: 20px;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	height: 22.2917vw;
	overflow: hidden;
}
.pic-v-l,.pic-v-r{
	border-radius: 15px;
	overflow: hidden;
	width: 49%;
	height: 100%;
}
.pic-v-l video{
	width: 100%;
	border-radius: 15px;
	height: max-content;
}
.index-zx{
	margin-top: 4%;
}